mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Changed /TOPIC -d to be /TOPIC -delete instead, the automatic option
completion will take care of it. Added -clear option to /SET. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@430 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
f369248f68
commit
78bbff304e
2 changed files with 18 additions and 9 deletions
|
|
@ -1029,7 +1029,7 @@ void irc_commands_init(void)
|
|||
signal_add("whowas event", (SIGNAL_FUNC) event_whowas);
|
||||
|
||||
command_set_options("connect", "+ircnet +host");
|
||||
command_set_options("topic", "d");
|
||||
command_set_options("topic", "delete");
|
||||
command_set_options("list", "yes");
|
||||
command_set_options("away", "one all");
|
||||
command_set_options("join", "invite");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue