summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobby <robby@chatbelgie.be>2018-11-20 23:32:19 +0100
committerPeter Powell <petpow@saberuk.com>2018-11-20 23:37:20 +0000
commit4c6d7a12ab58b55ef49fb1cf62b57c6ef7daad5d (patch)
tree4cd282e1823c666073d9442995b528d13ea1bbd8 /src
parent28ffef39c86e9d5a2b9164a3e4c7a434632e0d9a (diff)
Add missing special character for reversing color.
Diffstat (limited to 'src')
-rw-r--r--src/helperfuncs.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/helperfuncs.cpp b/src/helperfuncs.cpp
index 9a6701b54..469c844be 100644
--- a/src/helperfuncs.cpp
+++ b/src/helperfuncs.cpp
@@ -156,6 +156,7 @@ void InspIRCd::ProcessColors(file_cache& input)
special_chars("\\c", "\x03"), // Color
special_chars("\\i", "\x1D"), // Italic
special_chars("\\m", "\x11"), // Monospace
+ special_chars("\\r", "\x16"), // Reverse
special_chars("\\s", "\x1E"), // Strikethrough
special_chars("\\u", "\x1F"), // Underline
special_chars("\\x", "\x0F"), // Reset