From 36345952f734b410e745ccfe093b9c12cc65c4fe Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 11 Jan 2015 16:56:51 +0300 Subject: Add chat command for select party tab. New chat command: /partytab Aliast: /partychattab --- src/actions/chat.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/actions/chat.cpp') diff --git a/src/actions/chat.cpp b/src/actions/chat.cpp index b18a71218..3091bb108 100644 --- a/src/actions/chat.cpp +++ b/src/actions/chat.cpp @@ -506,4 +506,11 @@ impHandler0(chatGmTab) return true; } +impHandler0(chatPartyTab) +{ + if (chatWindow) + chatWindow->selectTabByType(ChatTabType::PARTY); + return true; +} + } // namespace Actions -- cgit v1.2.3-60-g2f50