diff options
Diffstat (limited to 'src/gui/chat.h')
-rw-r--r-- | src/gui/chat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/chat.h b/src/gui/chat.h index d6378907..db5fe293 100644 --- a/src/gui/chat.h +++ b/src/gui/chat.h @@ -202,6 +202,8 @@ class ChatWindow : public Window, void removeWhisper(const std::string &nick); + void removeAllWhispers(); + void autoComplete(); std::string autoCompleteHistory(std::string partName); |