mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
Update src/fe-common/irc/fe-whois.c
As suggested Co-authored-by: Doug Freed <dwfreed@mtu.edu>
This commit is contained in:
parent
7c84692110
commit
26d351f69f
1 changed files with 1 additions and 1 deletions
|
|
@ -416,7 +416,7 @@ static void event_whois_default(IRC_SERVER_REC *server, const char *data)
|
|||
void fe_whois_init(void)
|
||||
{
|
||||
settings_add_bool("lookandfeel", "whois_hide_safe_channel_id", TRUE);
|
||||
settings_add_bool("lookandfeel", "print_whois_rpl_in_active_window", FALSE);
|
||||
settings_add_bool("lookandfeel", "whois_reply_active_window", FALSE);
|
||||
|
||||
signal_add("event 311", (SIGNAL_FUNC) event_whois);
|
||||
signal_add("event 312", (SIGNAL_FUNC) event_whois_server);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue