summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/chat/partytab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/tabs/chat/partytab.cpp')
-rw-r--r--src/gui/widgets/tabs/chat/partytab.cpp6
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,