summaryrefslogtreecommitdiff
path: root/src/net/eathena/adminhandler.cpp
diff options
context:
space:
mode:
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 b0bc933e7..3618b1357 100644
--- a/src/net/eathena/adminhandler.cpp
+++ b/src/net/eathena/adminhandler.cpp
@@ -310,4 +310,9 @@ void AdminHandler::nuke(const std::string &name) const
Gm::runCommand("nuke", name);
}
+void AdminHandler::kill(const std::string &name) const
+{
+ Gm::runCharCommand("kill", name);
+}
+
} // namespace EAthena