diff options
| author | 2018-11-20 23:32:19 +0100 | |
|---|---|---|
| committer | 2018-11-20 23:37:20 +0000 | |
| commit | 4c6d7a12ab58b55ef49fb1cf62b57c6ef7daad5d (patch) | |
| tree | 4cd282e1823c666073d9442995b528d13ea1bbd8 /src/helperfuncs.cpp | |
| parent | Add support for multiple cloak configurations. (diff) | |
Add missing special character for reversing color.
Diffstat (limited to 'src/helperfuncs.cpp')
| -rw-r--r-- | src/helperfuncs.cpp | 1 |
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 |
