From fb062d9f90d44e279ce02985c3f4f4335550cf87 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 25 Aug 2014 21:38:12 +0300 Subject: Move chat command /all into actions. --- src/actions/commands.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/actions/commands.cpp') diff --git a/src/actions/commands.cpp b/src/actions/commands.cpp index 103248aa8..797c75edb 100644 --- a/src/actions/commands.cpp +++ b/src/actions/commands.cpp @@ -262,4 +262,14 @@ impHandler0(present) return false; } +impHandler0(printAll) +{ + if (actorManager) + { + actorManager->printAllToChat(); + return true; + } + return false; +} + } // namespace Actions -- cgit v1.2.3-70-g09d2