summaryrefslogtreecommitdiffstats
path: root/src/CRSMConfig.hpp
diff options
context:
space:
mode:
authorMarkus Mittendrein <git@maxmitti.tk>2016-06-15 22:50:13 +0200
committerMarkus Mittendrein <git@maxmitti.tk>2016-06-15 22:50:13 +0200
commit518e30840933c14989b5cc690acd899d1fa25c52 (patch)
tree2abe1554768f4886d0a6ac8eb3b43f0850b37cf2 /src/CRSMConfig.hpp
parentfbdd2ecae9ff47866dcd3cc7e2237debc3802c71 (diff)
downloadmanager-518e30840933c14989b5cc690acd899d1fa25c52.tar.gz
manager-518e30840933c14989b5cc690acd899d1fa25c52.zip
Allow setting CTCP VERSION-replay through config
Diffstat (limited to 'src/CRSMConfig.hpp')
-rw-r--r--src/CRSMConfig.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CRSMConfig.hpp b/src/CRSMConfig.hpp
index fb06f31..5ecb158 100644
--- a/src/CRSMConfig.hpp
+++ b/src/CRSMConfig.hpp
@@ -72,6 +72,7 @@ public:
String QuitMessage = "Dedicated Clonk server powered by CRSM";
Integer ReconnectDelay = 10;
String ScenListMessage = "A list of available scenarios is available over DCC, ingame or in a lobby.";
+ String CtcpVersion = "Dedicated Clonk server powered by CRSM (unversioned)";
Map(String, String) Moderators;
} IRC;
@@ -163,6 +164,7 @@ public:
ConfigVal(IRC.QuitMessage),
ConfigVal(IRC.ReconnectDelay),
ConfigVal(IRC.ScenListMessage),
+ ConfigVal(IRC.CtcpVersion),
ConfigVal(IRC.Moderators),