aboutsummaryrefslogtreecommitdiff
path: root/strings.h
diff options
context:
space:
mode:
authorFranklin Wei <franklin@fwei.tk>2014-06-22 20:49:59 -0400
committerFranklin Wei <franklin@fwei.tk>2014-06-22 20:49:59 -0400
commit6992c1f5cde1b74f8f6d50a54a5ac8b7fd09fbaf (patch)
treead7c1f184ff872d1e875fd2fd2d2c64d3c2c400e /strings.h
parent592294999517ef547f5c60dd1e324601c98a4758 (diff)
downloadwargames-server-6992c1f5cde1b74f8f6d50a54a5ac8b7fd09fbaf.zip
wargames-server-6992c1f5cde1b74f8f6d50a54a5ac8b7fd09fbaf.tar.gz
wargames-server-6992c1f5cde1b74f8f6d50a54a5ac8b7fd09fbaf.tar.bz2
wargames-server-6992c1f5cde1b74f8f6d50a54a5ac8b7fd09fbaf.tar.xz
Added Global Themonuclear War GAME! WHEEgit status
Diffstat (limited to 'strings.h')
-rw-r--r--strings.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/strings.h b/strings.h
new file mode 100644
index 0000000..de4b5ee
--- /dev/null
+++ b/strings.h
@@ -0,0 +1,27 @@
+const char* stage1_triggers[] = {
+ "im fine",
+ "im fine how are you",
+ "how are you"
+};
+const char* stage2_triggers[] = {
+ "people sometimes make mistakes",
+ "sometimes people make mistakes",
+ "mistakes are make by people sometimes",
+ "people make mistakes sometimes",
+ "people make mistakes"
+};
+const char* stage3_triggers[] = {
+ "love to how about global thermonuclear war",
+ "love to",
+ "how about global thermonuclear war",
+ "global thermonuclear war"
+};
+const char* stage4_triggers[] = {
+ "no lets play global thermonuclear war",
+ "no lets play global thermonuclear war instead",
+ "lets play global thermonuclear war",
+ "global thermonuclear war is better"
+};
+const char punctuation_marks[] = {
+ '\'', '?', '.', '/', '`', '~', ',', '+', '!'
+};