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 8cc076fba..969807577 100644 --- a/src/actions/commands.cpp +++ b/src/actions/commands.cpp @@ -1429,4 +1429,10 @@ impHandler(commandDisguise) return true; } +impHandler(commandImmortal) +{ + adminHandler->immortal(event.args); + return true; +} + } // namespace Actions |