summaryrefslogtreecommitdiff
path: root/src/actions/commands.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-26 12:39:08 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-26 12:39:08 +0300
commita9f4333410bf9ef9448d3868587271b8e948807b (patch)
tree69284264cc6bc205e8584445d526b62d8cacc91c /src/actions/commands.cpp
parentdfea2f364a0909aec5535e0d17ac7e15ac7419e4 (diff)
downloadplus-a9f4333410bf9ef9448d3868587271b8e948807b.tar.gz
plus-a9f4333410bf9ef9448d3868587271b8e948807b.tar.bz2
plus-a9f4333410bf9ef9448d3868587271b8e948807b.tar.xz
plus-a9f4333410bf9ef9448d3868587271b8e948807b.zip
Add action and chat command to fire homunculus.
New chat command: firehomunculus
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 4cf529ec0..4f1cef5be 100644
--- a/src/actions/commands.cpp
+++ b/src/actions/commands.cpp
@@ -711,4 +711,10 @@ impHandler(setHomunculusName)
return true;
}
+impHandler(fireHomunculus)
+{
+ homunculusHandler->fire();
+ return true;
+}
+
} // namespace Actions