summaryrefslogtreecommitdiff
path: root/commands.c
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2024-04-28 06:52:57 -0400
committerTest_User <hax@andrewyu.org>2024-04-28 06:52:57 -0400
commit02b1feea935b2572c51849436c9d76bceb6dc436 (patch)
tree7a5cdf6f1a1c890f090c33433bf13691cf4c0a5f /commands.c
parent98720be7fcbf3ed4438a3173b19449819e08d77e (diff)
downloadcoupserv-02b1feea935b2572c51849436c9d76bceb6dc436.tar.gz
coupserv-02b1feea935b2572c51849436c9d76bceb6dc436.zip
Stop breaking my terminal
Diffstat (limited to 'commands.c')
-rw-r--r--commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.c b/commands.c
index 0266b0b..9966ec5 100644
--- a/commands.c
+++ b/commands.c
@@ -90,7 +90,7 @@ static struct pref_type_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 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")},
}, cr_strings[] = {