aboutsummaryrefslogtreecommitdiff
path: root/src/configparser.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/configparser.cpp
parentStore the shun cleanedcommands/enabledcommands in a token list. (diff)
parentUpdate Windows dependencies. (diff)
Merge branch 'insp3' into master.
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" },