diff options
| author | Markus Mittendrein <git@maxmitti.tk> | 2016-06-15 22:50:13 +0200 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.tk> | 2016-06-15 22:50:13 +0200 |
| commit | 518e30840933c14989b5cc690acd899d1fa25c52 (patch) | |
| tree | 2abe1554768f4886d0a6ac8eb3b43f0850b37cf2 /src/CRSMConfig.hpp | |
| parent | fbdd2ecae9ff47866dcd3cc7e2237debc3802c71 (diff) | |
| download | manager-518e30840933c14989b5cc690acd899d1fa25c52.tar.gz manager-518e30840933c14989b5cc690acd899d1fa25c52.zip | |
Allow setting CTCP VERSION-replay through config
Diffstat (limited to 'src/CRSMConfig.hpp')
| -rw-r--r-- | src/CRSMConfig.hpp | 2 |
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), |
