This commit is contained in:
Kevin Fenzi 2015-03-19 21:23:26 +00:00
parent fd417782c1
commit a8fa64de7d

View file

@ -29,7 +29,7 @@ mirc_colors = {
mapping = { mapping = {
'RECOVERY': 'green', 'RECOVERY': 'green',
'OK': 'green', 'OK': 'green',
'ACKNOWLEDGEMENT', 'yellow', 'ACKNOWLEDGEMENT': 'yellow',
'UNKNOWN': 'purple', 'UNKNOWN': 'purple',
'WARNING': 'teal', 'WARNING': 'teal',
# 'red' probably makes the most sense here, but it behaved oddly # 'red' probably makes the most sense here, but it behaved oddly