aboutsummaryrefslogtreecommitdiff
path: root/strings.c
diff options
context:
space:
mode:
Diffstat (limited to 'strings.c')
-rw-r--r--strings.c14
1 files changed, 12 insertions, 2 deletions
diff --git a/strings.c b/strings.c
index a2be3d9..e0ec652 100644
--- a/strings.c
+++ b/strings.c
@@ -29,6 +29,16 @@ const char* stage4_triggers[] = {
"lets play global thermonuclear war",
"global thermonuclear war is better"
};
+const char* tictactoe_triggers[] = {
+ "lets play tic tac toe",
+ "lets play tic-tac-toe",
+ "lets play tictactoe",
+ "how about tic-tac-toe",
+ "how about tic tac toe",
+ "play tic-tac-toe",
+ "play tictactoe",
+ "play tic tac toe"
+};
const char* exit_triggers[] = {
"goodbye",
"good-bye",
@@ -39,8 +49,8 @@ const char* exit_triggers[] = {
};
const char* exit_responses[] = {
"GOODBYE.",
- "BYE!",
- "BYE-BYE!",
+ "BYE.",
+ "BYE-BYE.",
"GOOD-BYE.",
};
const char punctuation_marks[] = {