From e08efd9ad57fbe44c68cb98c5cb9b3ac46b96439 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Thu, 5 Nov 2015 14:45:08 +0100 Subject: Add config options IRC.User and IRC.Port --- src/CRSMConfig.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/CRSMConfig.hpp') diff --git a/src/CRSMConfig.hpp b/src/CRSMConfig.hpp index 04c92ce..db2c4a8 100644 --- a/src/CRSMConfig.hpp +++ b/src/CRSMConfig.hpp @@ -51,6 +51,8 @@ public: Boolean Use = false; String Server = "irc.euirc.net"; String Nick = "CRSM"; + String User = ""; + Integer Port = 6667; String Password = ""; String RealName = "Dedicated Clonk server powered by CRSM"; String Channel = "#crsm"; @@ -124,6 +126,8 @@ public: ConfigVal(IRC.Use), ConfigVal(IRC.Server), ConfigVal(IRC.Nick), + ConfigVal(IRC.User), + ConfigVal(IRC.Port), ConfigVal(IRC.Password), ConfigVal(IRC.RealName), ConfigVal(IRC.Channel), -- cgit v1.2.3-54-g00ecf