aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/8ball.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/modules/8ball.py b/modules/8ball.py
index f32b9a5a..9c6e5d1a 100644
--- a/modules/8ball.py
+++ b/modules/8ball.py
@@ -19,7 +19,13 @@ CHOICES = [
"It is certain",
"Naturally",
"Reply hazy, try again later",
- Utils.color(4) + Utils.underline("DO NOT WASTE MY TIME")
+ Utils.color(4) + Utils.underline("DO NOT WASTE MY TIME"),
+ "Hmm... Could be!",
+ "I'm leaning towards no",
+ "Without a doubt",
+ "Sources say no",
+ "Sources say yes",
+ "Sources say maybe"
]
class Module(object):