diff options
Diffstat (limited to 'src/gui/windows/chatwindow.h')
-rw-r--r-- | src/gui/windows/chatwindow.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gui/windows/chatwindow.h b/src/gui/windows/chatwindow.h index acecdcaf2..068ec4111 100644 --- a/src/gui/windows/chatwindow.h +++ b/src/gui/windows/chatwindow.h @@ -203,7 +203,8 @@ class ChatWindow final : public Window, const bool switchTo = false) A_WARN_UNUSED; ChatTab *addChatTab(const std::string &name, - const bool switchTo = false) A_WARN_UNUSED; + const bool switchTo, + const bool join) A_WARN_UNUSED; void removeAllWhispers(); @@ -289,6 +290,8 @@ class ChatWindow final : public Window, static void localPetEmote(const std::string &nick, const uint8_t emoteId); + void postConnection(); + #ifdef USE_PROFILER void logicChildren(); #endif |