diff options
author | Emanuele Giaquinta <exg@irssi.org> | 2007-06-16 15:11:42 +0000 |
---|---|---|
committer | exg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2007-06-16 15:11:42 +0000 |
commit | 95a1e5dce3de95f894c23e447a6eeb21a01d1756 (patch) | |
tree | af3ad9af21c77a9a96979ac47932f2a09e496a1f | |
parent | d434820cd793f548015331e06ae5728f2fbd6319 (diff) | |
download | irssi-95a1e5dce3de95f894c23e447a6eeb21a01d1756.zip |
Document -window option of join command.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4557 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r-- | src/core/chat-commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/chat-commands.c b/src/core/chat-commands.c index 80283434..e53c8144 100644 --- a/src/core/chat-commands.c +++ b/src/core/chat-commands.c @@ -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; |