diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-22 15:55:43 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-22 15:55:43 +0200 |
commit | 51ae33cbe8a29c6502f16cd1bc57e5535e0b4e64 (patch) | |
tree | d5590fd28355015598c1c56869c77303ce91c11e /src/common/notify.c | |
parent | 545b7dc6ffc0aff9f2ca2cb4ba10b69e25134a03 (diff) |
Variable cleanup for the rest
Diffstat (limited to 'src/common/notify.c')
-rw-r--r-- | src/common/notify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/notify.c b/src/common/notify.c index 2c6eb6db..f9fbe121 100644 --- a/src/common/notify.c +++ b/src/common/notify.c @@ -239,7 +239,7 @@ notify_announce_online (server * serv, struct notify_per_server *servnot, fe_notify_update (nick); fe_notify_update (0); - if (prefs.whois_on_notifyonline) + if (prefs.hex_notify_whois_online) { /* Let's do whois with idle time (like in /quote WHOIS %s %s) */ |