diff options
| author | Markus Mittendrein <git@maxmitti.tk> | 2015-11-08 01:59:05 +0100 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.tk> | 2015-11-08 03:03:44 +0100 |
| commit | b63aed7253a307a4011d2a39e51dcc584e90d372 (patch) | |
| tree | 7f3a4c2bed762eaf2cb8cbda179bcb9db77e4ceb /src/CRSMConfig.hpp | |
| parent | 5033d46d8d0383b7d176fc33b18a280d41ed0d41 (diff) | |
| download | manager-b63aed7253a307a4011d2a39e51dcc584e90d372.tar.gz manager-b63aed7253a307a4011d2a39e51dcc584e90d372.zip | |
Allow creating command aliases
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 30a5c0c..576447d 100644 --- a/src/CRSMConfig.hpp +++ b/src/CRSMConfig.hpp @@ -11,6 +11,7 @@ public: String StatsFile = "CrServerManager.stats"; String SessionFile = "CrServerManager.session"; String PacksFile = "CrServerManager.packs"; + Map(String, String) CommandAlias; } CRSM; struct { @@ -94,6 +95,7 @@ public: ConfigVal(CRSM.StatsFile), ConfigVal(CRSM.SessionFile), ConfigVal(CRSM.PacksFile), + ConfigVal(CRSM.CommandAlias), |
