Added help for the new subcommands

This commit is contained in:
Jari Matilainen 2015-10-11 00:15:49 +02:00
commit 9b46cc3071
6 changed files with 21 additions and 3 deletions

View file

@ -248,6 +248,8 @@ static void cmd_channel(const char *data, SERVER_REC *server, WI_ITEM_REC *item)
/* SYNTAX: CHANNEL ADD [-auto | -noauto] [-bots <masks>] [-botcmd <command>]
<channel> <network> [<password>] */
/* SYNTAX: CHANNEL MODIFY [-auto | -noauto] [-bots <masks>] [-botcmd <command>]
<channel> <network> [<password>] */
static void cmd_channel_add(const char *data)
{
GHashTable *optlist;