diff options
Diffstat (limited to 'src/protocol/unreal31.c')
-rw-r--r-- | src/protocol/unreal31.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/unreal31.c b/src/protocol/unreal31.c index fb1585827..7a8c2baf0 100644 --- a/src/protocol/unreal31.c +++ b/src/protocol/unreal31.c @@ -626,7 +626,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, "NOTICE %s :%s", dest, buf); |