Add command_set_options for modify commands to allow completion

This commit is contained in:
Jari Matilainen 2016-06-18 18:47:11 +02:00
commit 4292dbd202
3 changed files with 4 additions and 0 deletions

View file

@ -649,6 +649,7 @@ void fe_channels_init(void)
command_bind("cycle", NULL, (SIGNAL_FUNC) cmd_cycle);
command_set_options("channel add", "auto noauto -bots -botcmd");
command_set_options("channel modify", "auto noauto -bots -botcmd");
command_set_options("names", "count ops halfops voices normal");
command_set_options("join", "invite window");
}