summaryrefslogtreecommitdiff
path: root/src/commandhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commandhandler.h')
-rw-r--r--src/commandhandler.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/commandhandler.h b/src/commandhandler.h
index cc14060b..2969d1a1 100644
--- a/src/commandhandler.h
+++ b/src/commandhandler.h
@@ -91,21 +91,6 @@ class CommandHandler
void handleListChannels(const std::string &args, ChatTab *tab);
/**
- * Handle a listusers command.
- */
- void handleListUsers(const std::string &args, ChatTab *tab);
-
- /**
- * Handle a topic command.
- */
- void handleTopic(const std::string &args, ChatTab *tab);
-
- /**
- * Handle a quit command.
- */
- void handleQuit(const std::string &args, ChatTab *tab);
-
- /**
* Handle a clear command.
*/
void handleClear(const std::string &args, ChatTab *tab);
@@ -116,16 +101,6 @@ class CommandHandler
void handleParty(const std::string &args, ChatTab *tab);
/**
- * Handle a op command.
- */
- void handleOp(const std::string &args, ChatTab *tab);
-
- /**
- * Handle a kick command.
- */
- void handleKick(const std::string &args, ChatTab *tab);
-
- /**
* Handle a me command.
*/
void handleMe(const std::string &args, ChatTab *tab);