summaryrefslogtreecommitdiff
path: root/src/commandhandler.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-04-15 09:12:07 -0600
committerJared Adams <jaxad0127@gmail.com>2009-04-15 09:12:07 -0600
commitfc4a12470adde2502f37f22b86f58560e416f3e4 (patch)
treedb745342789cf54de216a8597f483f3609cebe9b /src/commandhandler.h
parent8606e95b5c8a5fadde99a253de91a661454460db (diff)
downloadmana-client-fc4a12470adde2502f37f22b86f58560e416f3e4.tar.gz
mana-client-fc4a12470adde2502f37f22b86f58560e416f3e4.tar.bz2
mana-client-fc4a12470adde2502f37f22b86f58560e416f3e4.tar.xz
mana-client-fc4a12470adde2502f37f22b86f58560e416f3e4.zip
Make whisper tabs optional
Diffstat (limited to 'src/commandhandler.h')
-rw-r--r--src/commandhandler.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/commandhandler.h b/src/commandhandler.h
index b9b61647..458c82c0 100644
--- a/src/commandhandler.h
+++ b/src/commandhandler.h
@@ -76,6 +76,11 @@ class CommandHandler
void handleMsg(const std::string &args, ChatTab *tab);
/**
+ * Handle a msg tab request.
+ */
+ void handleMsgTab(const std::string &args, ChatTab *tab);
+
+ /**
* Handle a join command.
*/
void handleJoin(const std::string &args, ChatTab *tab);