mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
use bold for |h (highlight)
This commit is contained in:
parent
24c5ddecab
commit
6bd9d0b324
1 changed files with 1 additions and 0 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue