diff options
| author | 2022-06-22 00:40:13 +0100 | |
|---|---|---|
| committer | 2022-06-22 00:40:13 +0100 | |
| commit | 5536a7323079b51913a4019fc7a644db79484cb8 (patch) | |
| tree | d325d57e47767c9fb93cd1d8b1c9195aa4ad57c5 /src/configparser.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/configparser.cpp')
| -rw-r--r-- | src/configparser.cpp | 2 |
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" }, |
