mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 08:32:07 +02:00
changes suggested by ahf
This commit is contained in:
parent
51508ff1d3
commit
9668217509
7 changed files with 36 additions and 29 deletions
|
|
@ -1053,7 +1053,7 @@ void irc_commands_init(void)
|
|||
signal_add("whois end", (SIGNAL_FUNC) event_end_of_whois);
|
||||
signal_add("whowas event", (SIGNAL_FUNC) event_whowas);
|
||||
|
||||
command_set_options("connect", "+ircnet starttls nostarttls");
|
||||
command_set_options("connect", "+ircnet starttls disallow_starttls");
|
||||
command_set_options("topic", "delete");
|
||||
command_set_options("list", "yes");
|
||||
command_set_options("away", "one all");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue