summaryrefslogtreecommitdiff
path: root/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands.c')
-rw-r--r--commands.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/commands.c b/commands.c
index 1928281..1169fde 100644
--- a/commands.c
+++ b/commands.c
@@ -50,7 +50,7 @@ int help_command(struct string sender, struct string original_message, struct st
def->summary,
};
- privmsg(STRING("1HC000000"), to, sizeof(message)/sizeof(*message), message);
+ privmsg(STRING(SID"000000"), to, sizeof(message)/sizeof(*message), message);
}
return 0;
@@ -84,17 +84,17 @@ static struct pref_type_suff {
uint8_t type;
struct string suff;
} sus_strings[] = {
- {STRING(":1HC000000 PRIVMSG "), 0, STRING(" :Andrew is very sus.\n")},
- {STRING(":1HC000000 PRIVMSG "), 0, STRING(" :I was the impostor, but you only know because I killed you.\n")},
- {STRING(":1HC000000 PRIVMSG "), 0, STRING(" :\x1b(0\n")},
- {STRING(":1HC000000 KILL "), 1, STRING(" :Ejected (1 Impostor remains)\n")},
- {STRING(":1HC000000 KILL "), 1, STRING(" :Ejected, and the crewmates have won.\n")},
+ {STRING(":"SID"000000 PRIVMSG "), 0, STRING(" :Andrew is very sus.\n")},
+ {STRING(":"SID"000000 PRIVMSG "), 0, STRING(" :I was the impostor, but you only know because I killed you.\n")},
+ {STRING(":"SID"000000 PRIVMSG "), 0, STRING(" :\x1b(0\n")},
+ {STRING(":"SID"000000 KILL "), 1, STRING(" :Ejected (1 Impostor remains)\n")},
+ {STRING(":"SID"000000 KILL "), 1, STRING(" :Ejected, and the crewmates have won.\n")},
}, cr_strings[] = {
- {STRING(":1HC000000 PRIVMSG "), 0, STRING(" :You are now a cruxian toxicpod, kill the sharded crewmates.\n")},
- {STRING(":1HC000000 PRIVMSG "), 0, STRING(" :You are now a cruxian omura, kill the sharded crewmates.\n")},
- {STRING(":1HC000000 PRIVMSG "), 0, STRING(" :You are now a cruxian oct, but you ran out of reactors.\n")},
- {STRING(":1HC000000 KILL "), 1, STRING(" :Eliminated (You became a cruxian eclipse, but were drawn to my bait reactor)\n")},
- {STRING(":1HC000000 PRIVMSG "), 0, STRING(" :You attempted to change into a cruxian navanax, but were caught in the act.\n")},
+ {STRING(":"SID"000000 PRIVMSG "), 0, STRING(" :You are now a cruxian toxicpod, kill the sharded crewmates.\n")},
+ {STRING(":"SID"000000 PRIVMSG "), 0, STRING(" :You are now a cruxian omura, kill the sharded crewmates.\n")},
+ {STRING(":"SID"000000 PRIVMSG "), 0, STRING(" :You are now a cruxian oct, but you ran out of reactors.\n")},
+ {STRING(":"SID"000000 KILL "), 1, STRING(" :Eliminated (You became a cruxian eclipse, but were drawn to my bait reactor)\n")},
+ {STRING(":"SID"000000 PRIVMSG "), 0, STRING(" :You attempted to change into a cruxian navanax, but were caught in the act.\n")},
};
int sus_command(struct string sender, struct string original_message, struct string to, uint64_t argc, struct string *argv) {