summary refs log tree commit diff stats
path: root/src/common/modes.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/modes.c')
-rw-r--r--src/common/modes.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/modes.c b/src/common/modes.c
index 6eb63f3b..07a5cea4 100644
--- a/src/common/modes.c
+++ b/src/common/modes.c
@@ -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);
 		}