use bold for |h (highlight)

This commit is contained in:
Nicholas Matlaga 2017-07-18 14:29:47 -04:00
parent 24c5ddecab
commit 6bd9d0b324

View file

@ -93,6 +93,7 @@ IRC_COLOR_MAP = dict([
(r'|_', " "), # space
(r'|*', ""), # invert
(r'|^', ""), # blinking text
(r'|h', IRC_BOLD), # highlight, use bold instead
(r'|r', IRC_COLOR + IRC_RED),
(r'|g', IRC_COLOR + IRC_GREEN),