Quantcast

fix for afk flag in chat

Darthpred [10-03-13 - 04:13]
fix for afk flag in chat
Filename
ElvUI_SLE/modules/chat/chat.lua
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]