From 565e617983d0eaa52131056cd2bc15c9e4a1bece Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 3 Dec 2014 22:12:17 +0300 Subject: eathena: add packet CMSG_CHAT_PART_CHANNEL 0x0b09. --- src/gui/windows/chatwindow.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/windows/chatwindow.cpp') diff --git a/src/gui/windows/chatwindow.cpp b/src/gui/windows/chatwindow.cpp index 69e8c0907..dae1c86b2 100644 --- a/src/gui/windows/chatwindow.cpp +++ b/src/gui/windows/chatwindow.cpp @@ -549,6 +549,7 @@ void ChatWindow::removeChannel(const std::string &name) std::string tempName = name; toLower(tempName); mChannels.erase(tempName); + chatHandler->partChannel(name); } void ChatWindow::removeAllWhispers() -- cgit v1.2.3-60-g2f50