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

@@ -661,7 +661,7 @@ handle_mode (server * serv, char *word[], char *word_eol[],
if (word_eol[offset][len] == ' ')
word_eol[offset][len] = 0;
if (prefs.raw_modes && !numeric_324)
if (prefs.hex_irc_raw_modes && !numeric_324)
EMIT_SIGNAL (XP_TE_RAWMODES, sess, nick, word_eol[offset], 0, 0, 0);
if (numeric_324 && !using_front_tab)
@@ -717,7 +717,7 @@ handle_mode (server * serv, char *word[], char *word_eol[],
argstr = word[arg + offset];
}
handle_single_mode (&mr, sign, *modes, nick, chan,
argstr, numeric_324 || prefs.raw_modes,
argstr, numeric_324 || prefs.hex_irc_raw_modes,
numeric_324);
}