summaryrefslogtreecommitdiff
path: root/src/core/chat-commands.c
diff options
context:
space:
mode:
authorGeert Hauwaerts <geert@hauwaerts.be>2014-12-08 21:28:02 +0100
committerGeert Hauwaerts <geert@hauwaerts.be>2014-12-08 21:28:02 +0100
commit08b390b11b327f33f77a79816409b595775d4194 (patch)
treee8635e31dae656d2cf38aebb1e6a0b3fe9fcb3a9 /src/core/chat-commands.c
parentdbcfb7060b48a9618d226daaa9fe407dc684ecc5 (diff)
downloadirssi-08b390b11b327f33f77a79816409b595775d4194.zip
Documentation fix for #185
Documentation fix for #185
Diffstat (limited to 'src/core/chat-commands.c')
-rw-r--r--src/core/chat-commands.c2
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;