LIGHTGREEN -> GREEN for successful commands (commands.py)
This commit is contained in:
parent
72d4375e55
commit
5dc5e3fbfd
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class Out(object):
|
||||||
|
|
||||||
class StdOut(Out):
|
class StdOut(Out):
|
||||||
def prefix(self):
|
def prefix(self):
|
||||||
return utils.irc.color(self.module_name, utils.consts.LIGHTGREEN)
|
return utils.irc.color(self.module_name, utils.consts.GREEN)
|
||||||
class StdErr(Out):
|
class StdErr(Out):
|
||||||
def prefix(self):
|
def prefix(self):
|
||||||
return utils.irc.color("!"+self.module_name, utils.consts.RED)
|
return utils.irc.color("!"+self.module_name, utils.consts.RED)
|
||||||
|
|
Loading…
Reference in a new issue