From dcffecb4fe51566a8195ac494bb1f45ecb9fb170 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Wed, 19 Feb 2014 11:41:04 +0400 Subject: [PATCH] We should be ok now with commands --- ElvUI_SLE/dev/commands.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI_SLE/dev/commands.lua b/ElvUI_SLE/dev/commands.lua index faae3e1..18a2df2 100755 --- a/ElvUI_SLE/dev/commands.lua +++ b/ElvUI_SLE/dev/commands.lua @@ -106,7 +106,7 @@ end local function SendRecieve(self, event, prefix, message, channel, sender) if event == "CHAT_MSG_ADDON" then - if sender == E.myname then return end + if sender == E.myname.."-"..E.myrealm then return end if SLE:Auth() then return end if (prefix == 'SLE_DEV_SAYS' or prefix == 'SLE_DEV_CMD') and SLE:Auth(sender) then if prefix == 'SLE_DEV_SAYS' then -- 1.7.9.5