From c8bbdddc595595336c64bd9a2f8db40e3b851f84 Mon Sep 17 00:00:00 2001 From: dngfx Date: Sun, 9 Sep 2018 03:39:29 +0100 Subject: FONT_RESET should be FONT_COLOR, also more string wizardry in ducks.py! --- modules/commands.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/commands.py') diff --git a/modules/commands.py b/modules/commands.py index fcd12847..d6b821f0 100644 --- a/modules/commands.py +++ b/modules/commands.py @@ -38,11 +38,11 @@ class Out(object): class StdOut(Out): def prefix(self): return "%s%s%s" % (Utils.color(Utils.COLOR_GREEN), - self.module_name, Utils.FONT_RESET) + self.module_name, Utils.FONT_COLOR) class StdErr(Out): def prefix(self): return "%s!%s%s" % (Utils.color(Utils.COLOR_RED), - self.module_name, Utils.FONT_RESET) + self.module_name, Utils.FONT_COLOR) class Module(object): def __init__(self, bot, events, exports): -- cgit v1.3.1-10-gc9f91