From ae0cd07c5d94e3696a072bdd9f9aa58223cae75c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 11 Sep 2014 17:13:43 +0300 Subject: Move mute from ea namespace into eathena and tmwa. --- src/net/eathena/adminhandler.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/net/eathena/adminhandler.h') diff --git a/src/net/eathena/adminhandler.h b/src/net/eathena/adminhandler.h index 2af956a13..80357657f 100644 --- a/src/net/eathena/adminhandler.h +++ b/src/net/eathena/adminhandler.h @@ -59,6 +59,11 @@ class AdminHandler final : public MessageHandler, public Ea::AdminHandler void gotoName(const std::string &name) const override final; void recallName(const std::string &name) const override final; + + void mute(const int playerId, + const int type, + const int limit) const override final; + }; } // namespace EAthena -- cgit v1.2.3-60-g2f50