mirror of
https://github.com/irssi/irssi.git
synced 2026-08-15 14:42:08 +02:00
Add command_set_options for modify commands to allow completion
This commit is contained in:
parent
79e30405e6
commit
4292dbd202
3 changed files with 4 additions and 0 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue