diff options
| author | 2018-11-13 16:02:26 +0000 | |
|---|---|---|
| committer | 2018-11-13 16:02:26 +0000 | |
| commit | 8b9062b942e93db587eb67e98767660c8ec4e482 (patch) | |
| tree | b7e52998dacf648038a54617fd9a73e7334df5b2 /modules/8ball.py | |
| parent | I 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.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", |
