diff options
Diffstat (limited to 'src/protocol/unreal32.c')
-rw-r--r-- | src/protocol/unreal32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/unreal32.c b/src/protocol/unreal32.c index 4a0ddbf0e..4fffbfe98 100644 --- a/src/protocol/unreal32.c +++ b/src/protocol/unreal32.c @@ -664,7 +664,7 @@ void unreal_cmd_notice(char *source, char *dest, char *buf) return; } - if (UsePrivmsg) { + if (NSDefFlags & NI_MSG) { unreal_cmd_privmsg2(source, dest, buf); } else { send_cmd(source, "%s %s :%s", send_token("NOTICE", "B"), dest, |