diff options
| author | 2019-01-17 21:10:12 +0000 | |
|---|---|---|
| committer | 2019-01-17 21:10:12 +0000 | |
| commit | 5dc5e3fbfdd342dc35e406662d6068e673cd66f6 (patch) | |
| tree | 5072e994744471117b25f99cc1a2464d5a92cc05 | |
| parent | Only show specific actions for pull requests and issues (github.py) (diff) | |
| signature | ||
LIGHTGREEN -> GREEN for successful commands (commands.py)
| -rw-r--r-- | modules/commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands.py b/modules/commands.py index 12833678..4c2a2acf 100644 --- a/modules/commands.py +++ b/modules/commands.py @@ -68,7 +68,7 @@ class Out(object): class StdOut(Out): 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): def prefix(self): return utils.irc.color("!"+self.module_name, utils.consts.RED) |
