summaryrefslogtreecommitdiff
path: root/src/protocol/unreal32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol/unreal32.c')
-rw-r--r--src/protocol/unreal32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/unreal32.c b/src/protocol/unreal32.c
index 893a56b1d..83a41f1c9 100644
--- a/src/protocol/unreal32.c
+++ b/src/protocol/unreal32.c
@@ -654,7 +654,7 @@ void unreal_cmd_notice_ops(char *source, char *dest, char *buf)
return;
}
- send_cmd(NULL, "%s @%s :%s", send_token("NOTICE", "B"), dest, buf);
+ send_cmd(source, "%s @%s :%s", send_token("NOTICE", "B"), dest, buf);
}