summaryrefslogtreecommitdiff
path: root/src/net/eathena/adminhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-26 01:19:03 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-26 01:19:03 +0300
commit8fcd2e6f3002db388b1273ee3904285eb3ce8c54 (patch)
treeb27f88fff1c61916603a6094ea5c4184562e6d0e /src/net/eathena/adminhandler.cpp
parentcc3e067e9fdf2a1306e62d13dea0fdb315a925c9 (diff)
downloadManaVerse-8fcd2e6f3002db388b1273ee3904285eb3ce8c54.tar.gz
ManaVerse-8fcd2e6f3002db388b1273ee3904285eb3ce8c54.tar.bz2
ManaVerse-8fcd2e6f3002db388b1273ee3904285eb3ce8c54.tar.xz
ManaVerse-8fcd2e6f3002db388b1273ee3904285eb3ce8c54.zip
Add chat command /unjail. 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 92cb06531..1ee373043 100644
--- a/src/net/eathena/adminhandler.cpp
+++ b/src/net/eathena/adminhandler.cpp
@@ -320,4 +320,9 @@ void AdminHandler::jail(const std::string &name) const
Gm::runCommand("jail", name);
}
+void AdminHandler::unjail(const std::string &name) const
+{
+ Gm::runCommand("unjail", name);
+}
+
} // namespace EAthena