0
0
Fork 0
mirror of https://github.com/alerta/alerta.git synced 2025-01-30 03:33:59 +00:00
alerta_alerta/contrib/examples/irssi.config
2013-07-19 14:56:42 +01:00

9 lines
No EOL
750 B
Text

hilights = (
{ text = "Critical"; fullword = "yes"; color = "%r"; line = "no"; nick = "no"; word = "yes"; }
{ text = "Major"; fullword = "yes"; color = "%m"; line = "no"; nick = "no"; word = "yes"; }
{ text = "Minor"; fullword = "yes"; color = "%y"; line = "no"; nick = "no"; word = "yes"; }
{ text = "Warning"; fullword = "yes"; color = "%c"; line = "no"; nick = "no"; word = "yes"; }
{ text = "Normal"; fullword = "yes"; color = "%g"; line = "no"; nick = "no"; word = "yes"; }
{ text = "Informational"; fullword = "yes"; color = "%g"; line = "no"; nick = "no"; word = "yes"; }
{ text = "Debug"; fullword = "yes"; color = "%k"; line = "no"; nick = "no"; word = "yes"; }
);