From be4a88382717cb297d7aefadedb32d5f9c41ffb1 Mon Sep 17 00:00:00 2001 From: Test_User Date: Wed, 9 Aug 2023 23:32:29 -0400 Subject: s/PRIVMSG/privmsg/ for the function, fix privmsg a bit --- commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands.c') 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; -- cgit v1.2.3