From dccfa58cbb77e8305aeccdb8a8d2b3112e2af688 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Tue, 24 Jun 2014 14:24:05 +0000 Subject: Added NEW, SHINY featuresgit diff! Still needs some work... --- strings.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'strings.c') diff --git a/strings.c b/strings.c index e0ec652..e3459e0 100644 --- a/strings.c +++ b/strings.c @@ -53,6 +53,23 @@ const char* exit_responses[] = { "BYE-BYE.", "GOOD-BYE.", }; +const char* greetings_triggers[] = { + "hi", + "hello", + "hiya", + "sup", + "whats up", + "how are you", + "hey", + "how are you doing" +}; +const char* greetings_responses[] = { + "HELLO.", + "HI.", + "GREETINGS.", + "HELLO.", + "HELLO." +}; const char punctuation_marks[] = { '\'', '?', '.', '/', '`', '~', ',', '+', '!' }; -- cgit v1.1