diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-08-19 18:58:54 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-19 19:22:40 +0300 |
commit | f52741caab03a26afd41b7e85e863027fec1e26d (patch) | |
tree | 976a79bdd4a74896ff3c64f9637aae8f132fe6b4 /src/dyetool | |
parent | 70f42c1e97b16dcf33e4b994c32d6a0b9fc99c03 (diff) | |
download | plus-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.cpp | 1 |
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) |