aboutsummaryrefslogtreecommitdiff
path: root/chatbot.c
diff options
context:
space:
mode:
authorFranklin Wei <frankhwei536@gmail.com>2014-06-23 15:08:58 -0400
committerFranklin Wei <frankhwei536@gmail.com>2014-06-23 15:08:58 -0400
commitb4f84e24ff5a33b22fcdeeec2f7180248e535e52 (patch)
treef63caa643dae391b8c6f9359709e0329eda41f52 /chatbot.c
parentfb1871333736e17196ee0bb72a7dc86aabfd55f4 (diff)
downloadwargames-server-b4f84e24ff5a33b22fcdeeec2f7180248e535e52.zip
wargames-server-b4f84e24ff5a33b22fcdeeec2f7180248e535e52.tar.gz
wargames-server-b4f84e24ff5a33b22fcdeeec2f7180248e535e52.tar.bz2
wargames-server-b4f84e24ff5a33b22fcdeeec2f7180248e535e52.tar.xz
Cleaned up code, fixed some bugs
Diffstat (limited to 'chatbot.c')
-rw-r--r--chatbot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chatbot.c b/chatbot.c
index 7ef3b69..f9549e6 100644
--- a/chatbot.c
+++ b/chatbot.c
@@ -18,7 +18,7 @@ void do_chatbot(void)
if(ret==ERR)
{
print_string("\n\n");
- print_string("Sorry?");
+ print_string("SORRY?");
print_string("\n\n");
}
else