summaryrefslogtreecommitdiff
path: root/src/net/eathena/adminhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-25 22:41:18 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-25 22:41:18 +0300
commitbb0b0d183a4f777653df14f5e003b893e47a9e76 (patch)
treeff6b0c8038330e88dd7d16688048f208b7a5a5be /src/net/eathena/adminhandler.cpp
parent66c33ea3f5e82ae09b935f65d7183b4ffc8bb9b1 (diff)
downloadplus-bb0b0d183a4f777653df14f5e003b893e47a9e76.tar.gz
plus-bb0b0d183a4f777653df14f5e003b893e47a9e76.tar.bz2
plus-bb0b0d183a4f777653df14f5e003b893e47a9e76.tar.xz
plus-bb0b0d183a4f777653df14f5e003b893e47a9e76.zip
Add chat command /nuke. Also add it to player context menu.
Diffstat (limited to 'src/net/eathena/adminhandler.cpp')
-rw-r--r--src/net/eathena/adminhandler.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/eathena/adminhandler.cpp b/src/net/eathena/adminhandler.cpp
index 1b7a7a8d5..b0bc933e7 100644
--- a/src/net/eathena/adminhandler.cpp
+++ b/src/net/eathena/adminhandler.cpp
@@ -305,4 +305,9 @@ void AdminHandler::hide(const std::string &name) const
Gm::runCharCommand("hide", name);
}
+void AdminHandler::nuke(const std::string &name) const
+{
+ Gm::runCommand("nuke", name);
+}
+
} // namespace EAthena