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 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