summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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