diff options
Diffstat (limited to 'modules/8ball.py')
| -rw-r--r-- | modules/8ball.py | 2 |
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", |
