From 64a067458ea169b9ff5b9a78ed1a011da86e8bdf Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 25 Feb 2016 20:25:03 +0300 Subject: Add chat command /killable. Also add it to player context menu. --- src/actions/commands.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/actions/commands.cpp') diff --git a/src/actions/commands.cpp b/src/actions/commands.cpp index 6c7cb1d8f..426c89da7 100644 --- a/src/actions/commands.cpp +++ b/src/actions/commands.cpp @@ -1402,4 +1402,10 @@ impHandler(commandKiller) return true; } +impHandler(commandKillable) +{ + adminHandler->killable(event.args); + return true; +} + } // namespace Actions -- cgit v1.2.3-70-g09d2