Variable cleanup for irc_*

This commit is contained in:
Berke Viktor
2012-10-22 14:50:36 +02:00
parent 5c49b45a6d
commit 545b7dc6ff
15 changed files with 137 additions and 137 deletions

View File

@@ -456,7 +456,7 @@ process_numeric (session * sess, int n,
session *whois_sess = serv->server_session;
/* unless this setting is on */
if (prefs.irc_whois_front)
if (prefs.hex_irc_whois_front)
whois_sess = serv->front_session;
switch (n)
@@ -825,7 +825,7 @@ process_numeric (session * sess, int n,
case 372: /* motd text */
case 375: /* motd start */
if (!prefs.skipmotd || serv->motd_skipped)
if (!prefs.hex_irc_skip_motd || serv->motd_skipped)
EMIT_SIGNAL (XP_TE_MOTD, serv->server_session, text, NULL, NULL,
NULL, 0);
break;