Documentation fix for #185

Documentation fix for #185
This commit is contained in:
Geert Hauwaerts 2014-12-08 21:28:02 +01:00
commit 08b390b11b
3 changed files with 9 additions and 4 deletions

View file

@ -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;