aboutsummaryrefslogtreecommitdiff
path: root/src/helperfuncs.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2022-06-22 00:40:13 +0100
committerGravatar Sadie Powell2022-06-22 00:40:13 +0100
commit5536a7323079b51913a4019fc7a644db79484cb8 (patch)
treed325d57e47767c9fb93cd1d8b1c9195aa4ad57c5 /src/helperfuncs.cpp
parentStore the shun cleanedcommands/enabledcommands in a token list. (diff)
parentUpdate Windows dependencies. (diff)
Merge branch 'insp3' into master.
Diffstat (limited to 'src/helperfuncs.cpp')
-rw-r--r--src/helperfuncs.cpp1
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