summaryrefslogtreecommitdiff
path: root/src/net/eathena/adminhandler.cpp
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.cpp
parentdaffbce63e951a749555c148f213c9e55d746b17 (diff)
downloadManaVerse-ae0cd07c5d94e3696a072bdd9f9aa58223cae75c.tar.gz
ManaVerse-ae0cd07c5d94e3696a072bdd9f9aa58223cae75c.tar.bz2
ManaVerse-ae0cd07c5d94e3696a072bdd9f9aa58223cae75c.tar.xz
ManaVerse-ae0cd07c5d94e3696a072bdd9f9aa58223cae75c.zip
Move mute from ea namespace into eathena and tmwa.
Diffstat (limited to 'src/net/eathena/adminhandler.cpp')
-rw-r--r--src/net/eathena/adminhandler.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/net/eathena/adminhandler.cpp b/src/net/eathena/adminhandler.cpp
index 6e3dd5eca..2ec6919c2 100644
--- a/src/net/eathena/adminhandler.cpp
+++ b/src/net/eathena/adminhandler.cpp
@@ -134,4 +134,10 @@ void AdminHandler::recallName(const std::string &name) const
outMsg.writeString(name, 24, "name");
}
+void AdminHandler::mute(const int playerId A_UNUSED, const int type A_UNUSED,
+ const int limit A_UNUSED) const
+{
+ return;
+}
+
} // namespace EAthena