diff options
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 74c72e744..28ed4128c 100644 --- a/src/helperfuncs.cpp +++ b/src/helperfuncs.cpp @@ -158,6 +158,7 @@ void InspIRCd::ProcessColors(file_cache& input) } special[] = { special_chars("\\b", "\x02"), // Bold special_chars("\\c", "\x03"), // Color + special_chars("\\h", "\x04"), // Hex Color special_chars("\\i", "\x1D"), // Italic special_chars("\\m", "\x11"), // Monospace special_chars("\\r", "\x16"), // Reverse |
