summaryrefslogtreecommitdiff
path: root/src/gui/chat.h
diff options
context:
space:
mode:
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 7c080960..177aa38f 100644
--- a/src/gui/chat.h
+++ b/src/gui/chat.h
@@ -194,6 +194,8 @@ class ChatWindow : public Window,
/** Add the tab to the window */
void addTab(ChatTab *tab);
+ void removeWhisper(std::string nick);
+
void adjustTabSize();
#ifdef EATHENA_SUPPORT