Quantcast

Cause fuck this shit

Darthpred [04-24-15 - 07:57]
Cause fuck this shit
Filename
ElvUI_SLE/modules/chat.lua
diff --git a/ElvUI_SLE/modules/chat.lua b/ElvUI_SLE/modules/chat.lua
index 08b4025..efa7967 100644
--- a/ElvUI_SLE/modules/chat.lua
+++ b/ElvUI_SLE/modules/chat.lua
@@ -580,6 +580,8 @@ hooksecurefunc(CH, "Initialize", function(self)
 		self.SoundPlayed = nil;
 	end

+	self:RegisterEvent("GROUP_JOINED", function() E:Delay(5, function() CH:CheckLFGRoles() end) end)
+
 	if E.db.sle.chat.guildmaster then
 		self:RegisterEvent('GUILD_ROSTER_UPDATE', Roster)
 		GMCheck()