diff options
| author | Markus Mittendrein <git@maxmitti.tk> | 2016-04-29 23:05:46 +0200 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.tk> | 2016-04-29 23:05:46 +0200 |
| commit | 721dffdf9d8d0efa2474fcfa3aa3aa7616d317c3 (patch) | |
| tree | d70aba26239c9ae3298b8eaa6f2212a8ee22ed90 /src/CRSMConfig.hpp | |
| parent | 05fcb2c8e694d55de036aaaec92a7bf29e308bc5 (diff) | |
| download | manager-721dffdf9d8d0efa2474fcfa3aa3aa7616d317c3.tar.gz manager-721dffdf9d8d0efa2474fcfa3aa3aa7616d317c3.zip | |
Add option IRC.SSL to support SSL-connections in IRC
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 76bc850..22458e9 100644 --- a/src/CRSMConfig.hpp +++ b/src/CRSMConfig.hpp @@ -63,6 +63,7 @@ public: String Nick = "CRSM"; String User = ""; Integer Port = 6667; + Boolean SSL = false; String Password = ""; String RealName = "Dedicated Clonk server powered by CRSM"; String Channel = "#crsm"; @@ -147,6 +148,7 @@ public: ConfigVal(IRC.Nick), ConfigVal(IRC.User), ConfigVal(IRC.Port), + ConfigVal(IRC.SSL), ConfigVal(IRC.Password), ConfigVal(IRC.RealName), ConfigVal(IRC.Channel), |
