diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-04-15 11:33:17 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-04-15 11:33:17 -0600 |
commit | 56c224050f10d976298cef98607aa3b3e56fcc99 (patch) | |
tree | 583146b7bc9ba8ae6caa639266445daa344d407c /src/commandhandler.h | |
parent | fc4a12470adde2502f37f22b86f58560e416f3e4 (diff) | |
download | mana-56c224050f10d976298cef98607aa3b3e56fcc99.tar.gz mana-56c224050f10d976298cef98607aa3b3e56fcc99.tar.bz2 mana-56c224050f10d976298cef98607aa3b3e56fcc99.tar.xz mana-56c224050f10d976298cef98607aa3b3e56fcc99.zip |
Rename the whisper tab creation commands
Diffstat (limited to 'src/commandhandler.h')
-rw-r--r-- | src/commandhandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commandhandler.h b/src/commandhandler.h index 458c82c0..cc14060b 100644 --- a/src/commandhandler.h +++ b/src/commandhandler.h @@ -78,7 +78,7 @@ class CommandHandler /** * Handle a msg tab request. */ - void handleMsgTab(const std::string &args, ChatTab *tab); + void handleQuery(const std::string &args, ChatTab *tab); /** * Handle a join command. |