summaryrefslogtreecommitdiff
path: root/src/actions/commands.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-25 22:29:43 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-25 22:29:43 +0300
commit66c33ea3f5e82ae09b935f65d7183b4ffc8bb9b1 (patch)
tree6ab4c5a48bc54f7e0156f3ef64851f51c76ba95a /src/actions/commands.cpp
parent46f4e5fb5c77d01de334e059b88837f8c7fe1f3e (diff)
downloadplus-66c33ea3f5e82ae09b935f65d7183b4ffc8bb9b1.tar.gz
plus-66c33ea3f5e82ae09b935f65d7183b4ffc8bb9b1.tar.bz2
plus-66c33ea3f5e82ae09b935f65d7183b4ffc8bb9b1.tar.xz
plus-66c33ea3f5e82ae09b935f65d7183b4ffc8bb9b1.zip
Add chat command /hide. Also add it to player context menu.
Diffstat (limited to 'src/actions/commands.cpp')
-rw-r--r--src/actions/commands.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/actions/commands.cpp b/src/actions/commands.cpp
index 969807577..f0dd84500 100644
--- a/src/actions/commands.cpp
+++ b/src/actions/commands.cpp
@@ -1435,4 +1435,10 @@ impHandler(commandImmortal)
return true;
}
+impHandler(commandHide)
+{
+ adminHandler->hide(event.args);
+ return true;
+}
+
} // namespace Actions