diff options
Diffstat (limited to 'src/actions/commands.cpp')
-rw-r--r-- | src/actions/commands.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
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 |