From 8b9062b942e93db587eb67e98767660c8ec4e482 Mon Sep 17 00:00:00 2001 From: jesopo Date: Tue, 13 Nov 2018 16:02:26 +0000 Subject: Better constifying of color/font chars --- modules/ducks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/ducks.py') diff --git a/modules/ducks.py b/modules/ducks.py index cb6ff4af..2de31dfa 100644 --- a/modules/ducks.py +++ b/modules/ducks.py @@ -174,7 +174,7 @@ class Module(ModuleManager.BaseModule): # rare! message = random.choice(DUCK_MESSAGE_RARE) duck = utils.irc.color(utils.irc.bold(duck + message), - utils.irc.COLOR_RED) + utils.consts.RED) else: # not rare! duck += random.choice(DUCK_MESSAGE) -- cgit v1.3.1-10-gc9f91