From 6b92425b46de741d4cda35027083fd988ac4e942 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 22 Mar 2013 22:22:15 +0300 Subject: Add option to accept language messages in any languge. This messages will be showed in language or general tab. --- src/being.cpp | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/being.cpp') diff --git a/src/being.cpp b/src/being.cpp index 839999312..a30693d19 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -60,6 +60,7 @@ #include "resources/resourcemanager.h" #include "gui/widgets/chattab.h" +#include "gui/widgets/langtab.h" #include "utils/gettext.h" @@ -440,11 +441,18 @@ void Being::setPath(const Path &path) } } -void Being::setSpeech(const std::string &text, int time) +void Being::setSpeech(const std::string &text, const std::string &channel, + int time) { if (!userPalette) return; + if (!channel.empty() && (langChatTab && langChatTab->getChannelName() + != channel)) + { + return; + } + // Remove colors mSpeech = removeColors(text); -- cgit v1.2.3-70-g09d2