summaryrefslogtreecommitdiff
path: root/src/actions
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions')
-rw-r--r--src/actions/chat.cpp7
-rw-r--r--src/actions/chat.h1
2 files changed, 8 insertions, 0 deletions
diff --git a/src/actions/chat.cpp b/src/actions/chat.cpp
index 3091bb108..cacafea5b 100644
--- a/src/actions/chat.cpp
+++ b/src/actions/chat.cpp
@@ -513,4 +513,11 @@ impHandler0(chatPartyTab)
return true;
}
+impHandler0(chatGuildTab)
+{
+ if (chatWindow)
+ chatWindow->selectTabByType(ChatTabType::GUILD);
+ return true;
+}
+
} // namespace Actions
diff --git a/src/actions/chat.h b/src/actions/chat.h
index b8e0cd5b3..1aa1778ef 100644
--- a/src/actions/chat.h
+++ b/src/actions/chat.h
@@ -56,6 +56,7 @@ namespace Actions
decHandler(chatLangTab);
decHandler(chatGmTab);
decHandler(chatPartyTab);
+ decHandler(chatGuildTab);
} // namespace Actions
#undef decHandler