aboutsummaryrefslogtreecommitdiff
path: root/modules/8ball.py
diff options
context:
space:
mode:
authorGravatar jesopo2018-11-13 16:02:26 +0000
committerGravatar jesopo2018-11-13 16:02:26 +0000
commit8b9062b942e93db587eb67e98767660c8ec4e482 (patch)
treeb7e52998dacf648038a54617fd9a73e7334df5b2 /modules/8ball.py
parentI was accidentally removing two characters from the start of :nick!user@host (diff)
signature
Better constifying of color/font chars
Diffstat (limited to 'modules/8ball.py')
-rw-r--r--modules/8ball.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/8ball.py b/modules/8ball.py
index 1aa7df12..5080af18 100644
--- a/modules/8ball.py
+++ b/modules/8ball.py
@@ -20,7 +20,7 @@ CHOICES = [
"Naturally",
"Reply hazy, try again later",
utils.irc.underline(utils.irc.color("DO NOT WASTE MY TIME",
- utils.irc.COLOR_RED)),
+ utils.consts.RED)),
"Hmm... Could be!",
"I'm leaning towards no",
"Without a doubt",