diff options
| author | 2022-06-22 00:40:13 +0100 | |
|---|---|---|
| committer | 2022-06-22 00:40:13 +0100 | |
| commit | 5536a7323079b51913a4019fc7a644db79484cb8 (patch) | |
| tree | d325d57e47767c9fb93cd1d8b1c9195aa4ad57c5 /src/helperfuncs.cpp | |
| parent | Store the shun cleanedcommands/enabledcommands in a token list. (diff) | |
| parent | Update Windows dependencies. (diff) | |
Merge branch 'insp3' into master.
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 e8bcd28e8..ac2293722 100644 --- a/src/helperfuncs.cpp +++ b/src/helperfuncs.cpp @@ -118,6 +118,7 @@ void InspIRCd::ProcessColors(std::vector<std::string>& 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 |
