From 7281c95860a5c9e6d3f445b5a884c4d07d56dc77 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Mon, 23 Jun 2014 18:23:58 +0000 Subject: more bugfixes.. --- strings.c | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'strings.c') 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[] = { -- cgit v1.1