mirror of
https://github.com/irssi/irssi.git
synced 2026-08-23 10:32:31 +02:00
Added help for the new subcommands
This commit is contained in:
parent
d6a1f4de23
commit
9b46cc3071
6 changed files with 21 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue