summaryrefslogtreecommitdiff
path: root/src/commandhandler.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-04-16 10:10:50 -0600
committerJared Adams <jaxad0127@gmail.com>2009-04-16 10:10:50 -0600
commit736795a624ae5f04b11fa284cb8a4b14579c1766 (patch)
tree6c7c70926959ff23831002a06ea82c17cadc3188 /src/commandhandler.h
parente8dd52d8264cd0eec1f5d32c1f809a164e2d2f59 (diff)
downloadmana-736795a624ae5f04b11fa284cb8a4b14579c1766.tar.gz
mana-736795a624ae5f04b11fa284cb8a4b14579c1766.tar.bz2
mana-736795a624ae5f04b11fa284cb8a4b14579c1766.tar.xz
mana-736795a624ae5f04b11fa284cb8a4b14579c1766.zip
Rehash CommandHandler a bit, it's now fully merged
Tabs can now interract with CommandHandler and define their own commands in a seemless way. Most channel-related commands have been moved into ChannelTab, the close command is now in the WhisperTab, and eAthena's party tab now shows all standard commands.
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);