summaryrefslogtreecommitdiff
path: root/src/gui/chat.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/gui/chat.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/gui/chat.h')
-rw-r--r--src/gui/chat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/chat.h b/src/gui/chat.h
index 65281c37..f5af7558 100644
--- a/src/gui/chat.h
+++ b/src/gui/chat.h
@@ -173,6 +173,8 @@ class ChatWindow : public Window,
void whisper(std::string nick, std::string mes, bool own = false);
+ bool addWhisperTab(std::string nick);
+
protected:
friend class ChatTab;
friend class WhisperTab;