summaryrefslogtreecommitdiff
path: root/commands.c
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2023-08-09 23:32:29 -0400
committerTest_User <hax@andrewyu.org>2023-08-09 23:32:29 -0400
commitbe4a88382717cb297d7aefadedb32d5f9c41ffb1 (patch)
treef6c2447e15e6556d7ded946bae7e2b9455ca9ea2 /commands.c
parent0a4de3b7f0159fc44f87996e1d25678e3b456878 (diff)
downloadcoupserv-be4a88382717cb297d7aefadedb32d5f9c41ffb1.tar.gz
coupserv-be4a88382717cb297d7aefadedb32d5f9c41ffb1.zip
s/PRIVMSG/privmsg/ for the function, fix privmsg a bit
Diffstat (limited to 'commands.c')
-rw-r--r--commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.c b/commands.c
index d8eeab3..e7ba6cb 100644
--- a/commands.c
+++ b/commands.c
@@ -59,7 +59,7 @@ int help_command(struct string sender, struct string original_message, struct st
offset += 2;
memcpy(&(message.data[offset]), def->summary.data, def->summary.len);
- PRIVMSG(STRING("1HC000000"), to, message);
+ privmsg(STRING("1HC000000"), to, message);
}
return 0;