diff options
Diffstat (limited to 'src/net/tmwa/chathandler.h')
-rw-r--r-- | src/net/tmwa/chathandler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/tmwa/chathandler.h b/src/net/tmwa/chathandler.h index 167190115..811dbda9f 100644 --- a/src/net/tmwa/chathandler.h +++ b/src/net/tmwa/chathandler.h @@ -82,6 +82,9 @@ class ChatHandler final : public MessageHandler, public Ea::ChatHandler void partChannel(const std::string &channel) override final; + void talkPet(const std::string &restrict text, + const std::string &restrict channel) const override final; + protected: static void processChat(Net::MessageIn &msg); |