From b9d9ae443874efd4968a6efcf5ce050f213c497b Mon Sep 17 00:00:00 2001 From: David Athay Date: Wed, 13 Aug 2008 15:28:07 +0000 Subject: Added permission levels to guilds, and operator permissions to channels. --- src/commandhandler.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/commandhandler.h') diff --git a/src/commandhandler.h b/src/commandhandler.h index 0e8d9dd7..10a4376f 100644 --- a/src/commandhandler.h +++ b/src/commandhandler.h @@ -108,6 +108,16 @@ class CommandHandler */ void handleParty(const std::string &args); + /** + * Handle a op command. + */ + void handleOp(const std::string &args); + + /** + * Handle a kick command. + */ + void handleKick(const std::string &args); + }; extern CommandHandler *commandHandler; -- cgit v1.2.3-70-g09d2