aboutsummaryrefslogtreecommitdiff
path: root/strings.c
diff options
context:
space:
mode:
authorFranklin Wei <franklin@fwei.tk>2014-06-23 18:23:58 +0000
committerFranklin Wei <franklin@fwei.tk>2014-06-23 18:23:58 +0000
commit7281c95860a5c9e6d3f445b5a884c4d07d56dc77 (patch)
treec50169db30de6c5ff46c7ed0b0fc585c04522e0d /strings.c
parentd475113ce1b325aa06e875ef0599e03c882da1de (diff)
downloadwargames-server-7281c95860a5c9e6d3f445b5a884c4d07d56dc77.zip
wargames-server-7281c95860a5c9e6d3f445b5a884c4d07d56dc77.tar.gz
wargames-server-7281c95860a5c9e6d3f445b5a884c4d07d56dc77.tar.bz2
wargames-server-7281c95860a5c9e6d3f445b5a884c4d07d56dc77.tar.xz
more bugfixes..
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[] = {