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:
Timo Sirainen 2000-07-04 19:36:36 +00:00 committed by cras
commit 78bbff304e
2 changed files with 18 additions and 9 deletions

View file

@ -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");