From 44b15073e7d183f74794033f86e402a2cced2c29 Mon Sep 17 00:00:00 2001 From: jesopo Date: Tue, 30 Apr 2019 22:45:52 +0100 Subject: No longer prefix stderr with "!", it doesn't really make sense --- modules/commands/outs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/commands/outs.py b/modules/commands/outs.py index 89f49421..0f931247 100644 --- a/modules/commands/outs.py +++ b/modules/commands/outs.py @@ -59,5 +59,5 @@ class StdOut(Out): return utils.irc.color(self.module_name, utils.consts.GREEN) class StdErr(Out): def prefix(self): - return utils.irc.color("!"+self.module_name, utils.consts.RED) + return utils.irc.color(self.module_name, utils.consts.RED) -- cgit v1.3.1-10-gc9f91