1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00

Document -window option of join command.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4557 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2007-06-16 15:11:42 +00:00 committed by exg
parent d434820cd7
commit 95a1e5dce3

View File

@ -315,7 +315,7 @@ static void cmd_quit(const char *data)
signal_emit("gui exit", 0);
}
/* SYNTAX: JOIN [-invite] [-<server tag>] <channels> [<keys>] */
/* SYNTAX: JOIN [-window] [-invite] [-<server tag>] <channels> [<keys>] */
static void cmd_join(const char *data, SERVER_REC *server)
{
GHashTable *optlist;