mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-12 08:40:19 +00:00
Variable cleanup for irc_*
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user