summaryrefslogtreecommitdiff
path: root/src/net/eathena/adminhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-11 17:13:43 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-11 17:13:43 +0300
commitae0cd07c5d94e3696a072bdd9f9aa58223cae75c (patch)
tree06130d1ec46cbf758620e810163a722db41a1fdd /src/net/eathena/adminhandler.h
parentdaffbce63e951a749555c148f213c9e55d746b17 (diff)
downloadplus-ae0cd07c5d94e3696a072bdd9f9aa58223cae75c.tar.gz
plus-ae0cd07c5d94e3696a072bdd9f9aa58223cae75c.tar.bz2
plus-ae0cd07c5d94e3696a072bdd9f9aa58223cae75c.tar.xz
plus-ae0cd07c5d94e3696a072bdd9f9aa58223cae75c.zip
Move mute from ea namespace into eathena and tmwa.
Diffstat (limited to 'src/net/eathena/adminhandler.h')
-rw-r--r--src/net/eathena/adminhandler.h5
1 files changed, 5 insertions, 0 deletions
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