Make ack yellow. :)

This commit is contained in:
Kevin Fenzi 2015-03-18 21:05:41 +00:00
parent 199197e559
commit 7c7f57271a

View file

@ -29,6 +29,7 @@ mirc_colors = {
mapping = { mapping = {
'RECOVERY': 'green', 'RECOVERY': 'green',
'OK': 'green', 'OK': 'green',
'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