summaryrefslogtreecommitdiffstats
path: root/weatbag/words.py
diff options
context:
space:
mode:
Diffstat (limited to 'weatbag/words.py')
-rw-r--r--weatbag/words.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/weatbag/words.py b/weatbag/words.py
index adaa012..3555046 100644
--- a/weatbag/words.py
+++ b/weatbag/words.py
@@ -23,3 +23,7 @@ inventory = {'inventory', 'possessions', 'belongings', 'bag'}
surroundings = {'surroundings', 'around', 'scenery'}
prepositions = {'up', 'down', 'on', 'under', 'in', 'at', 'to', 'with', 'and'}
+
+# yes/no
+yes = {'yes','Yes','y','Y','Yup','yup','ye','Ye'}
+no = {'no','No','n','N','Nope','nope','NOPE'}