diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-08-20 01:40:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-20 01:40:44 +0300 |
commit | a0b1ecd9ed18cb0246629b7e3f85fa38bfde2039 (patch) | |
tree | a908548d44fdecd8657b0ab9d81d009679502838 /src/gui/widgets/tabs/chat | |
parent | 75c8412edc9030ff86dc80dc4143d873cda9d4d1 (diff) | |
download | plus-a0b1ecd9ed18cb0246629b7e3f85fa38bfde2039.tar.gz plus-a0b1ecd9ed18cb0246629b7e3f85fa38bfde2039.tar.bz2 plus-a0b1ecd9ed18cb0246629b7e3f85fa38bfde2039.tar.xz plus-a0b1ecd9ed18cb0246629b7e3f85fa38bfde2039.zip |
Add chat command for show/change auto item party sharing.s20160820
Diffstat (limited to 'src/gui/widgets/tabs/chat')
-rw-r--r-- | src/gui/widgets/tabs/chat/partytab.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/widgets/tabs/chat/partytab.cpp b/src/gui/widgets/tabs/chat/partytab.cpp index 6a52dc634..f39ee7a45 100644 --- a/src/gui/widgets/tabs/chat/partytab.cpp +++ b/src/gui/widgets/tabs/chat/partytab.cpp @@ -88,6 +88,12 @@ bool PartyTab::handleCommand(const std::string &restrict type, args, this); } + else if (type == "autoitem") + { + inputManager.executeChatCommand(InputAction::PARTY_AUTO_ITEM_SHARE, + args, + this); + } else if (type == "exp") { inputManager.executeChatCommand(InputAction::PARTY_EXP_SHARE, |