summaryrefslogtreecommitdiff
path: root/src/commandhandler.cpp
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-03-27 07:32:02 -0600
committerJared Adams <jaxad0127@gmail.com>2009-03-27 07:32:02 -0600
commit9d68ee18a9d1f37cbdf4b984d6db72f7fc59cf51 (patch)
tree8928f298da71ff16f9177aa7227b9dcc97ae9d01 /src/commandhandler.cpp
parent268e47c0d3791483f3d0066e24c6686c3c938da9 (diff)
downloadmana-client-9d68ee18a9d1f37cbdf4b984d6db72f7fc59cf51.tar.gz
mana-client-9d68ee18a9d1f37cbdf4b984d6db72f7fc59cf51.tar.bz2
mana-client-9d68ee18a9d1f37cbdf4b984d6db72f7fc59cf51.tar.xz
mana-client-9d68ee18a9d1f37cbdf4b984d6db72f7fc59cf51.zip
Add a close command to WhisperTab
Diffstat (limited to 'src/commandhandler.cpp')
-rw-r--r--src/commandhandler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commandhandler.cpp b/src/commandhandler.cpp
index b315b628..7ccd7d80 100644
--- a/src/commandhandler.cpp
+++ b/src/commandhandler.cpp
@@ -163,6 +163,7 @@ void CommandHandler::handleHelp(const std::string &args)
localChatTab->chatLog(_("/msg > Send a private message to a user"));
localChatTab->chatLog(_("/whisper > Alias of msg"));
localChatTab->chatLog(_("/w > Alias of msg"));
+ localChatTab->chatLog(_("/close > Close the whisper tab (only works in whisper tabs)"));
#ifdef TMWSERV_SUPPORT
localChatTab->chatLog(_("/list > Display all public channels"));