diff options
author | Geert Hauwaerts <geert@hauwaerts.be> | 2014-12-08 21:28:02 +0100 |
---|---|---|
committer | Geert Hauwaerts <geert@hauwaerts.be> | 2014-12-08 21:28:02 +0100 |
commit | 08b390b11b327f33f77a79816409b595775d4194 (patch) | |
tree | e8635e31dae656d2cf38aebb1e6a0b3fe9fcb3a9 /src/core | |
parent | dbcfb7060b48a9618d226daaa9fe407dc684ecc5 (diff) | |
download | irssi-08b390b11b327f33f77a79816409b595775d4194.zip |
Documentation fix for #185
Documentation fix for #185
Diffstat (limited to 'src/core')
-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 235a9fc4..8d1ac3eb 100644 --- a/src/core/chat-commands.c +++ b/src/core/chat-commands.c @@ -321,7 +321,7 @@ static void cmd_quit(const char *data) signal_emit("gui exit", 0); } -/* SYNTAX: MSG [-<server tag>] [-channel | -nick] <targets> <message> */ +/* SYNTAX: MSG [-<server tag>] [-channel | -nick] *|<targets> <message> */ static void cmd_msg(const char *data, SERVER_REC *server, WI_ITEM_REC *item) { GHashTable *optlist; |