aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--commands.c6
1 files changed, 6 insertions, 0 deletions
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};