From 45de24d51e10213c7e37e7e9c8336c31ce52ca95 Mon Sep 17 00:00:00 2001 From: Test_User Date: Mon, 6 May 2024 20:54:49 -0400 Subject: Forgot to add this --- commands.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/commands.c b/commands.c index 6ee3182..fb4683a 100644 --- a/commands.c +++ b/commands.c @@ -192,6 +192,12 @@ int spam_command(struct string sender, struct string original_message, struct st return 0; } + + SEND(STRING(":1HC000000 NOTICE ")); + SEND(to); + SEND(STRING(" :Unknown command.\n")); + + return 0; } struct string fake_original_message = {.data = original_message.data + offset, .len = original_message.len - offset}; -- cgit v1.2.3