diff options
| author | Franklin Wei <frankhwei536@gmail.com> | 2014-06-23 15:27:28 -0400 |
|---|---|---|
| committer | Franklin Wei <frankhwei536@gmail.com> | 2014-06-23 15:27:28 -0400 |
| commit | 33412e0f4d53ae6e34a8e6bf4c57bc333cc60237 (patch) | |
| tree | 71de0a61935a40c761b4ec4d6922ac14f94aeb3d | |
| parent | f44ca804e570f645d15a372b8f38817027038021 (diff) | |
| download | wargames-server-33412e0f4d53ae6e34a8e6bf4c57bc333cc60237.zip wargames-server-33412e0f4d53ae6e34a8e6bf4c57bc333cc60237.tar.gz wargames-server-33412e0f4d53ae6e34a8e6bf4c57bc333cc60237.tar.bz2 wargames-server-33412e0f4d53ae6e34a8e6bf4c57bc333cc60237.tar.xz | |
Changed string to all caps
| -rw-r--r-- | chatbot.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ void do_chatbot(void) if(!valid) { print_string("\n\n"); - print_string("Sorry?"); + print_string("SORRY?"); print_string("\n\n"); } } // else |