summaryrefslogtreecommitdiffstats
path: root/src/CRSMConfig.hpp
diff options
context:
space:
mode:
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 5ecb158..3185b6d 100644
--- a/src/CRSMConfig.hpp
+++ b/src/CRSMConfig.hpp
@@ -69,6 +69,7 @@ public:
String Channel = "#crsm";
Boolean UseIngameChat = false;
String IngameChannel = "#crsm-ingame";
+ String IngameChannelExtraTopic = "";
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.";
@@ -161,6 +162,7 @@ public:
ConfigVal(IRC.Channel),
ConfigVal(IRC.UseIngameChat),
ConfigVal(IRC.IngameChannel),
+ ConfigVal(IRC.IngameChannelExtraTopic),
ConfigVal(IRC.QuitMessage),
ConfigVal(IRC.ReconnectDelay),
ConfigVal(IRC.ScenListMessage),