From d62c55d39493a5e80421cdbea6043b03e1db9bf1 Mon Sep 17 00:00:00 2001 From: Kkthnx <40672673+Kkthnx@users.noreply.github.com> Date: Mon, 7 Jun 2021 19:53:52 -0400 Subject: [PATCH] Don't force this. Still working on it. --- KkthnxUI/Developer/Core.lua | 24 ++++++++++++------------ KkthnxUI/Developer/Elements/Frame.lua | 25 ++----------------------- 2 files changed, 14 insertions(+), 35 deletions(-) diff --git a/KkthnxUI/Developer/Core.lua b/KkthnxUI/Developer/Core.lua index d86655a..98c39aa 100644 --- a/KkthnxUI/Developer/Core.lua +++ b/KkthnxUI/Developer/Core.lua @@ -65,17 +65,17 @@ do end end -do - local SpitterEmotes = { - "VIOLIN", "CHUCKLE", "FLEX", "PITY", "SLAP", "BONK" - } +-- do +-- local SpitterEmotes = { +-- "VIOLIN", "CHUCKLE", "FLEX", "PITY", "SLAP", "BONK" +-- } - local function EmoteOnSpitters(_, _, msg, spitter) - if string.find(msg, "spits on you") then - DoEmote(SpitterEmotes[math.random(1, #SpitterEmotes)], spitter) - end - end +-- local function EmoteOnSpitters(_, _, msg, spitter) +-- if string.find(msg, "spits on you") then +-- DoEmote(SpitterEmotes[math.random(1, #SpitterEmotes)], spitter) +-- end +-- end - ChatFrame_AddMessageEventFilter("CHAT_MSG_EMOTE", EmoteOnSpitters) - ChatFrame_AddMessageEventFilter("CHAT_MSG_TEXT_EMOTE", EmoteOnSpitters) -end \ No newline at end of file +-- ChatFrame_AddMessageEventFilter("CHAT_MSG_EMOTE", EmoteOnSpitters) +-- ChatFrame_AddMessageEventFilter("CHAT_MSG_TEXT_EMOTE", EmoteOnSpitters) +-- end \ No newline at end of file diff --git a/KkthnxUI/Developer/Elements/Frame.lua b/KkthnxUI/Developer/Elements/Frame.lua index c5287db..b5ab7e6 100644 --- a/KkthnxUI/Developer/Elements/Frame.lua +++ b/KkthnxUI/Developer/Elements/Frame.lua @@ -43,29 +43,8 @@ local UnitName = _G.UnitName -- /kt, get gametooltip names local KKUI_DEVS = { - -- Retail - ["Iamnsfw-Sargeras"] = true, - ["Kkthnx-Sargeras"] = true, - ["Kkthnx-Thrall"] = true, - ["Kkthnxbye-Sargeras"] = true, - ["Kkthnxtv-Sargeras"] = true, - ["Kkthnxui-Sargeras"] = true, - ["Kkthnxx-Sargeras"] = true, - ["Littledots-Sargeras"] = true, - ["Superfreaky-Sargeras"] = true, - ["Tattoofreak-Sargeras"] = true, - ["Toxicfreak-Sargeras"] = true, - - -- Firestorm - ["Crackbot-Sethraliss"] = true, - ["Forumtroll-Sethraliss"] = true, - ["Givesnofox-Sethraliss"] = true, - ["Kkthnx-Sethraliss"] = true, - ["Kkthnxtv-Sethraliss"] = true, - ["Kkthnxx-Sethraliss"] = true, - ["Mazikeenlol-Sethraliss"] = true, - ["Rustbucket-Sethraliss"] = true, - ["Toxicfreak-Sethraliss"] = true, + -- TBC Classic + ["Kkthnx-Sulfuras"] = true, } local function isDeveloper()