From eb1925b3840c38d48a0704799f0f2027b3b414b8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 11 Sep 2014 16:56:35 +0300 Subject: Move recallName from ea namespace into eathena and tmwa. --- src/net/tmwa/adminhandler.cpp | 5 +++++ src/net/tmwa/adminhandler.h | 2 ++ 2 files changed, 7 insertions(+) (limited to 'src/net/tmwa') diff --git a/src/net/tmwa/adminhandler.cpp b/src/net/tmwa/adminhandler.cpp index f24b05b24..3c8762f13 100644 --- a/src/net/tmwa/adminhandler.cpp +++ b/src/net/tmwa/adminhandler.cpp @@ -122,4 +122,9 @@ void AdminHandler::gotoName(const std::string &name) const Net::getChatHandler()->talk("@goto " + name, GENERAL_CHANNEL); } +void AdminHandler::recallName(const std::string &name) const +{ + Net::getChatHandler()->talk("@recall " + name, GENERAL_CHANNEL); +} + } // namespace TmwAthena diff --git a/src/net/tmwa/adminhandler.h b/src/net/tmwa/adminhandler.h index 5b277bf62..fe1fb5fc3 100644 --- a/src/net/tmwa/adminhandler.h +++ b/src/net/tmwa/adminhandler.h @@ -57,6 +57,8 @@ class AdminHandler final : public MessageHandler, public Ea::AdminHandler void resetSkills() const override final; void gotoName(const std::string &name) const override final; + + void recallName(const std::string &name) const override final; }; } // namespace TmwAthena -- cgit v1.2.3-60-g2f50