From b63aed7253a307a4011d2a39e51dcc584e90d372 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Sun, 8 Nov 2015 01:59:05 +0100 Subject: Allow creating command aliases --- src/CRSMConfig.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/CRSMConfig.hpp') 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), -- cgit v1.2.3-54-g00ecf