aboutsummaryrefslogtreecommitdiff
path: root/src/configparser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/configparser.cpp')
-rw-r--r--src/configparser.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/configparser.cpp b/src/configparser.cpp
index ce5718ce6..1ab4b811c 100644
--- a/src/configparser.cpp
+++ b/src/configparser.cpp
@@ -487,6 +487,8 @@ ParseStack::ParseStack(ServerConfig* conf)
{ "irc.bold", "\x02" },
{ "irc.color", "\x03" },
{ "irc.colour", "\x03" },
+ { "irc.hexcolor", "\x04" },
+ { "irc.hexcolour", "\x04" },
{ "irc.italic", "\x1D" },
{ "irc.monospace", "\x11" },
{ "irc.reset", "\x0F" },