aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar dngfx2018-09-08 17:19:52 +0100
committerGravatar dongfix2018-09-08 17:19:52 +0100
commit03b41c3d49dab6b97afbc0b5631c16f71dcc971c (patch)
tree2202b02d3e3b4eb61831e536c5f69379ed7b0466 /modules
parentRemove debug code. (diff)
signature
More 8ball answers.
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):