aboutsummaryrefslogtreecommitdiff
path: root/chatbot.c
diff options
context:
space:
mode:
authorFranklin Wei <franklin@fwei.tk>2014-06-27 18:13:34 -0400
committerFranklin Wei <franklin@fwei.tk>2014-06-27 18:13:34 -0400
commit13de79618011892d1ad7c100c7a8b62ce412ff7f (patch)
tree76ede0e278cf9b61acc535a2ea0e18bae3559d0e /chatbot.c
parentaedf71494b2011ceeb06b96e63da1c7a79a32e0e (diff)
downloadwargames-server-13de79618011892d1ad7c100c7a8b62ce412ff7f.zip
wargames-server-13de79618011892d1ad7c100c7a8b62ce412ff7f.tar.gz
wargames-server-13de79618011892d1ad7c100c7a8b62ce412ff7f.tar.bz2
wargames-server-13de79618011892d1ad7c100c7a8b62ce412ff7f.tar.xz
Cleanup
Diffstat (limited to 'chatbot.c')
-rw-r--r--chatbot.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/chatbot.c b/chatbot.c
index ae3e2c6..81ede03 100644
--- a/chatbot.c
+++ b/chatbot.c
@@ -1,11 +1,11 @@
#include "gtnw.h"
#include "strings.h"
#include "util.h"
-
#include <curses.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
+
void do_chatbot(void)
{
int stage=0; /* stage 0: i'm fine how are you... ->
@@ -107,3 +107,4 @@ void do_chatbot(void)
} // else
} // while
}
+