From dbd4d15144c727f967911d41d798758bfb9bad03 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Thu, 8 Oct 2015 14:04:04 +0200 Subject: Add config get and config set commands and a -= config syntax to remove elements from a list or map (by key) --- src/crsm.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/crsm.hpp') diff --git a/src/crsm.hpp b/src/crsm.hpp index 139446c..2059a5a 100644 --- a/src/crsm.hpp +++ b/src/crsm.hpp @@ -231,6 +231,8 @@ private: void exit(); + void applyConfig(); + CMD_FUNCTION(help); CMD_FUNCTION(passToClonk); CMD_FUNCTION(passToClonkOnOff); @@ -274,6 +276,9 @@ private: CMD_FUNCTION(relist); + CMD_FUNCTION(getConfigValue); + CMD_FUNCTION(setConfigValue); + IRC_CHECK_CALLBACK(ircSetAdmin); IRC_CHECK_CALLBACK(ircModCmd); }; -- cgit v1.2.3-54-g00ecf