summaryrefslogtreecommitdiff
path: root/commands.c
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2024-05-06 20:54:49 -0400
committerTest_User <hax@andrewyu.org>2024-05-06 20:54:49 -0400
commit45de24d51e10213c7e37e7e9c8336c31ce52ca95 (patch)
tree96352faf3c33fe2c6336e25c5fb751e8b9092e19 /commands.c
parentb83aba4ac6b3d428e4988f56f82999bea81e6c57 (diff)
downloadcoupserv-45de24d51e10213c7e37e7e9c8336c31ce52ca95.tar.gz
coupserv-45de24d51e10213c7e37e7e9c8336c31ce52ca95.zip
Forgot to add this
Diffstat (limited to 'commands.c')
-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};