Update src/fe-common/irc/fe-whois.c

As suggested

Co-authored-by: Doug Freed <dwfreed@mtu.edu>
This commit is contained in:
kofany 2025-10-06 20:25:47 +02:00 committed by GitHub
commit 26d351f69f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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