summaryrefslogtreecommitdiffstats
path: root/src/Client/CommandParser.h
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-05-29 18:02:12 +0200
committerMatthias Schiffer <matthias@gamezock.de>2009-05-29 18:02:12 +0200
commitcb8e66c1b1f1c8076053d71347d0b1f96ca0bca1 (patch)
treee8340c2830b5d4614cfb44bbb309003a3eb6525c /src/Client/CommandParser.h
parent9bb64c7c90e6481ed3689a2b9380496da4ce09ff (diff)
downloadmad-cb8e66c1b1f1c8076053d71347d0b1f96ca0bca1.tar
mad-cb8e66c1b1f1c8076053d71347d0b1f96ca0bca1.zip
Requests UserGroupList und GroupUserList implementiert
Diffstat (limited to 'src/Client/CommandParser.h')
-rw-r--r--src/Client/CommandParser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Client/CommandParser.h b/src/Client/CommandParser.h
index 727181e..692eb7e 100644
--- a/src/Client/CommandParser.h
+++ b/src/Client/CommandParser.h
@@ -65,7 +65,9 @@ class CommandParser {
void statusCommand(const std::vector<std::string> &args);
void userInfoCommand(const std::vector<std::string> &args);
void listUsersCommand(const std::vector<std::string> &args);
+ void listUserGroupsCommand(const std::vector<std::string> &args);
void listGroupsCommand(const std::vector<std::string> &args);
+ void listGroupUsersCommand(const std::vector<std::string> &args);
void exitCommand(const std::vector<std::string>&);
CommandParser() : connection(0) {}