summaryrefslogtreecommitdiffstats
path: root/src/crsm.hpp
diff options
context:
space:
mode:
authorMarkus Mittendrein <git@maxmitti.tk>2015-10-06 15:36:00 +0200
committerMarkus Mittendrein <git@maxmitti.tk>2015-10-07 14:50:41 +0200
commit2d9c8cb998e3eafe2f16d65211fdc28799eda218 (patch)
treed9759a8cc6a6510a33bc928ae011d6123085689f /src/crsm.hpp
parent059028b7eb15abeee1b450916215bb5a81cfb3d2 (diff)
downloadmanager-2d9c8cb998e3eafe2f16d65211fdc28799eda218.tar.gz
manager-2d9c8cb998e3eafe2f16d65211fdc28799eda218.zip
Restructure commands into groups
Diffstat (limited to 'src/crsm.hpp')
-rw-r--r--src/crsm.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/crsm.hpp b/src/crsm.hpp
index 508a367..f7736eb 100644
--- a/src/crsm.hpp
+++ b/src/crsm.hpp
@@ -233,6 +233,8 @@ private:
CMD_FUNCTION(help);
CMD_FUNCTION(passToClonk);
+ CMD_FUNCTION(passToClonkOnOff);
+ CMD_FUNCTION(passToClonkNumeric);
CMD_FUNCTION(admin);
CMD_FUNCTION(host);
CMD_FUNCTION(list);
@@ -253,7 +255,6 @@ private:
CMD_FUNCTION(ircadmin);
CMD_FUNCTION(noadmin);
CMD_FUNCTION(clientlist);
- CMD_FUNCTION(set);
CMD_FUNCTION(join);
CMD_FUNCTION(leave);