summaryrefslogtreecommitdiff
path: root/src/dyetool
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-08-19 18:58:54 +0300
committerAndrei Karas <akaras@inbox.ru>2016-08-19 19:22:40 +0300
commitf52741caab03a26afd41b7e85e863027fec1e26d (patch)
tree976a79bdd4a74896ff3c64f9637aae8f132fe6b4 /src/dyetool
parent70f42c1e97b16dcf33e4b994c32d6a0b9fc99c03 (diff)
downloadplus-f52741caab03a26afd41b7e85e863027fec1e26d.tar.gz
plus-f52741caab03a26afd41b7e85e863027fec1e26d.tar.bz2
plus-f52741caab03a26afd41b7e85e863027fec1e26d.tar.xz
plus-f52741caab03a26afd41b7e85e863027fec1e26d.zip
Add chat command for leave guild.
New chat command: /leaveguild
Diffstat (limited to 'src/dyetool')
-rw-r--r--src/dyetool/actions/commands.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dyetool/actions/commands.cpp b/src/dyetool/actions/commands.cpp
index 45daa68d4..68331913d 100644
--- a/src/dyetool/actions/commands.cpp
+++ b/src/dyetool/actions/commands.cpp
@@ -79,6 +79,7 @@ impHandlerVoid(serverUnIgnoreWhisper)
impHandlerVoid(setHomunculusName)
impHandlerVoid(fireHomunculus)
impHandlerVoid(leaveParty)
+impHandlerVoid(leaveGuild)
impHandlerVoid(warp)
impHandlerVoid(homunTalk)
impHandlerVoid(homunEmote)