From 2bbe10b2d56307a0b941eae4a546382637ff5674 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Wed, 16 Jul 2014 10:37:52 -0400 Subject: Rewrote command-handling code, some minor tweaks elsewhere --- strings.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'strings.c') diff --git a/strings.c b/strings.c index 48dc194..8e00d53 100644 --- a/strings.c +++ b/strings.c @@ -25,7 +25,8 @@ const char* stage1_triggers[] = { "im fine how are you", "i am fine", "i am fine how are you", - "how are you" + "how are you", + "fine" }; const char* stage2_triggers[] = { "people sometimes make mistakes", -- cgit v1.1