From 6a2c0e171d483c8dc79f3df01f2b8dcde4e8ec90 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Thu, 3 Oct 2013 08:13:19 +0400 Subject: [PATCH] fix for afk flag in chat --- ElvUI_SLE/modules/chat/chat.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/ElvUI_SLE/modules/chat/chat.lua b/ElvUI_SLE/modules/chat/chat.lua index 94c920f..f60a458 100755 --- a/ElvUI_SLE/modules/chat/chat.lua +++ b/ElvUI_SLE/modules/chat/chat.lua @@ -319,6 +319,7 @@ local function SLEfilter(self, event, message, author, arg3, arg4, arg5, arg6, . local returnTex = arg6 local type = strsub(event, 10); if(strlen(arg6) > 0) then + return false, message, author, arg3, arg4, arg5, returnTex, ... elseif SLE:CheckFlag(author) then if(returnTex == "" and lfgRoles[author] and SLE:SimpleTable(lfgChannels, type)) then returnTex = SLE:CheckFlag(author)..lfgRoles[author] -- 1.7.9.5