diff options
Diffstat (limited to 'src/net/eathena/chathandler.h')
-rw-r--r-- | src/net/eathena/chathandler.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/net/eathena/chathandler.h b/src/net/eathena/chathandler.h index 93cb77935..6bcf315bd 100644 --- a/src/net/eathena/chathandler.h +++ b/src/net/eathena/chathandler.h @@ -83,8 +83,7 @@ class ChatHandler final : public MessageHandler, public Ea::ChatHandler const std::string &password) const override final; protected: - static std::string extractChannelFromMessage(std::string &chatMsg, - ChatMsgType::Type &own); + static std::string extractChannelFromMessage(std::string &chatMsg); void processChat(Net::MessageIn &msg); |