summaryrefslogtreecommitdiff
path: root/src/net/eathena/chathandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/chathandler.h')
-rw-r--r--src/net/eathena/chathandler.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/net/eathena/chathandler.h b/src/net/eathena/chathandler.h
index e62cbb7d2..8e116ffc5 100644
--- a/src/net/eathena/chathandler.h
+++ b/src/net/eathena/chathandler.h
@@ -38,8 +38,7 @@ class ChatHandler final : public Ea::ChatHandler
~ChatHandler() override final;
- void talk(const std::string &restrict text,
- const std::string &restrict channel) const override final;
+ void talk(const std::string &restrict text) const override final;
void talkRaw(const std::string &text) const override final;
@@ -79,8 +78,7 @@ class ChatHandler final : public Ea::ChatHandler
void partChannel(const std::string &channel) const override final;
- void talkPet(const std::string &restrict text,
- const std::string &restrict channel) const override final;
+ void talkPet(const std::string &restrict text) const override final;
void leaveChatRoom() const override final;