From 7f8ded233bba4b803eb787526c59a69477dce068 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Sun, 8 Nov 2015 02:03:31 +0100 Subject: Allow optional suffixes for commands (e.g. for punctuation marks) --- 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 576447d..921e56e 100644 --- a/src/CRSMConfig.hpp +++ b/src/CRSMConfig.hpp @@ -12,6 +12,7 @@ public: String SessionFile = "CrServerManager.session"; String PacksFile = "CrServerManager.packs"; Map(String, String) CommandAlias; + List(String) CommandSuffixes; } CRSM; struct { @@ -96,6 +97,7 @@ public: ConfigVal(CRSM.SessionFile), ConfigVal(CRSM.PacksFile), ConfigVal(CRSM.CommandAlias), + ConfigVal(CRSM.CommandSuffixes), -- cgit v1.2.3-54-g00ecf