From 048b7a9b2edf3ef8f61849aba65aa031b73d5295 Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Wed, 26 May 2021 22:02:15 +0200 Subject: [PATCH] Prefix Classic-only AddOns with 'z-'. --- .../!!!RemoveHonorless.toc | 20 ++++++++--------- .../README.md | 0 .../RemoveHonorless.lua | 22 +++++++++---------- {3pT2BS => z-3pT2BS}/3pT2BS.lua | 0 {3pT2BS => z-3pT2BS}/3pT2BS.toc | 0 {3pT2BS => z-3pT2BS}/README.md | 0 {3pT2BS => z-3pT2BS}/util.lua | 0 {AutoCoin => z-AutoCoin}/AutoCoin.lua | 0 {AutoCoin => z-AutoCoin}/AutoCoin.toc | 0 {AutoCoin => z-AutoCoin}/README.md | 0 {BigBrother => z-BigBrother}/BigBrother.lua | 0 {BigBrother => z-BigBrother}/BigBrother.toc | 0 {BigBrother => z-BigBrother}/README.md | 0 {BigBrother => z-BigBrother}/bb/__init__.py | 0 {BigBrother => z-BigBrother}/bb/__main__.py | 0 {BigBrother => z-BigBrother}/bb/cli.py | 0 .../bb/config/__init__.py | 0 .../bb/config/buffs.yaml | 0 .../bb/config/class_overrides.yaml | 0 {BigBrother => z-BigBrother}/bb/graph.py | 0 .../bb/requirements.txt | 0 {BigBrother => z-BigBrother}/bb/slpp.py | 0 .../ByeByeBuffs.lua | 0 .../ByeByeBuffs.toc | 0 {ByeByeBuffs => z-ByeByeBuffs}/README.md | 0 25 files changed, 21 insertions(+), 21 deletions(-) rename {!!!RemoveHonorless => z-!!!RemoveHonorless}/!!!RemoveHonorless.toc (96%) rename {!!!RemoveHonorless => z-!!!RemoveHonorless}/README.md (100%) rename {!!!RemoveHonorless => z-!!!RemoveHonorless}/RemoveHonorless.lua (96%) rename {3pT2BS => z-3pT2BS}/3pT2BS.lua (100%) mode change 100644 => 100755 rename {3pT2BS => z-3pT2BS}/3pT2BS.toc (100%) mode change 100644 => 100755 rename {3pT2BS => z-3pT2BS}/README.md (100%) mode change 100644 => 100755 rename {3pT2BS => z-3pT2BS}/util.lua (100%) mode change 100644 => 100755 rename {AutoCoin => z-AutoCoin}/AutoCoin.lua (100%) mode change 100644 => 100755 rename {AutoCoin => z-AutoCoin}/AutoCoin.toc (100%) mode change 100644 => 100755 rename {AutoCoin => z-AutoCoin}/README.md (100%) mode change 100644 => 100755 rename {BigBrother => z-BigBrother}/BigBrother.lua (100%) mode change 100644 => 100755 rename {BigBrother => z-BigBrother}/BigBrother.toc (100%) mode change 100644 => 100755 rename {BigBrother => z-BigBrother}/README.md (100%) mode change 100644 => 100755 rename {BigBrother => z-BigBrother}/bb/__init__.py (100%) mode change 100644 => 100755 rename {BigBrother => z-BigBrother}/bb/__main__.py (100%) mode change 100644 => 100755 rename {BigBrother => z-BigBrother}/bb/cli.py (100%) mode change 100644 => 100755 rename {BigBrother => z-BigBrother}/bb/config/__init__.py (100%) mode change 100644 => 100755 rename {BigBrother => z-BigBrother}/bb/config/buffs.yaml (100%) mode change 100644 => 100755 rename {BigBrother => z-BigBrother}/bb/config/class_overrides.yaml (100%) mode change 100644 => 100755 rename {BigBrother => z-BigBrother}/bb/graph.py (100%) mode change 100644 => 100755 rename {BigBrother => z-BigBrother}/bb/requirements.txt (100%) mode change 100644 => 100755 rename {BigBrother => z-BigBrother}/bb/slpp.py (100%) mode change 100644 => 100755 rename {ByeByeBuffs => z-ByeByeBuffs}/ByeByeBuffs.lua (100%) mode change 100644 => 100755 rename {ByeByeBuffs => z-ByeByeBuffs}/ByeByeBuffs.toc (100%) mode change 100644 => 100755 rename {ByeByeBuffs => z-ByeByeBuffs}/README.md (100%) mode change 100644 => 100755 diff --git a/!!!RemoveHonorless/!!!RemoveHonorless.toc b/z-!!!RemoveHonorless/!!!RemoveHonorless.toc similarity index 96% rename from !!!RemoveHonorless/!!!RemoveHonorless.toc rename to z-!!!RemoveHonorless/!!!RemoveHonorless.toc index 13d5b1a..ffeb49b 100755 --- a/!!!RemoveHonorless/!!!RemoveHonorless.toc +++ b/z-!!!RemoveHonorless/!!!RemoveHonorless.toc @@ -1,10 +1,10 @@ -## Interface: 11305 - -## Title: !!!RemoveHonorless -## Notes: Automatically remove the Honorless Target buff upon logging in. -## Author: Caspervk -## Version: 0.0.1 - -## X-License: GNU General Public License v3 or later (GPLv3+) - -RemoveHonorless.lua +## Interface: 11305 + +## Title: !!!RemoveHonorless +## Notes: Automatically remove the Honorless Target buff upon logging in. +## Author: Caspervk +## Version: 0.0.1 + +## X-License: GNU General Public License v3 or later (GPLv3+) + +RemoveHonorless.lua diff --git a/!!!RemoveHonorless/README.md b/z-!!!RemoveHonorless/README.md similarity index 100% rename from !!!RemoveHonorless/README.md rename to z-!!!RemoveHonorless/README.md diff --git a/!!!RemoveHonorless/RemoveHonorless.lua b/z-!!!RemoveHonorless/RemoveHonorless.lua similarity index 96% rename from !!!RemoveHonorless/RemoveHonorless.lua rename to z-!!!RemoveHonorless/RemoveHonorless.lua index 8ae2dc3..d61aefb 100755 --- a/!!!RemoveHonorless/RemoveHonorless.lua +++ b/z-!!!RemoveHonorless/RemoveHonorless.lua @@ -1,11 +1,11 @@ -local frame = CreateFrame("FRAME") -frame:SetScript("OnUpdate", function(self, elapsed) - for i = 1, 255 do - _, _, _, _, _, _, _, _, _, spellId = UnitBuff("player", i) - if spellId == 2479 then - CancelUnitBuff("player", i) - frame:SetScript("OnUpdate", nil) - break - end - end -end) +local frame = CreateFrame("FRAME") +frame:SetScript("OnUpdate", function(self, elapsed) + for i = 1, 255 do + _, _, _, _, _, _, _, _, _, spellId = UnitBuff("player", i) + if spellId == 2479 then + CancelUnitBuff("player", i) + frame:SetScript("OnUpdate", nil) + break + end + end +end) diff --git a/3pT2BS/3pT2BS.lua b/z-3pT2BS/3pT2BS.lua old mode 100644 new mode 100755 similarity index 100% rename from 3pT2BS/3pT2BS.lua rename to z-3pT2BS/3pT2BS.lua diff --git a/3pT2BS/3pT2BS.toc b/z-3pT2BS/3pT2BS.toc old mode 100644 new mode 100755 similarity index 100% rename from 3pT2BS/3pT2BS.toc rename to z-3pT2BS/3pT2BS.toc diff --git a/3pT2BS/README.md b/z-3pT2BS/README.md old mode 100644 new mode 100755 similarity index 100% rename from 3pT2BS/README.md rename to z-3pT2BS/README.md diff --git a/3pT2BS/util.lua b/z-3pT2BS/util.lua old mode 100644 new mode 100755 similarity index 100% rename from 3pT2BS/util.lua rename to z-3pT2BS/util.lua diff --git a/AutoCoin/AutoCoin.lua b/z-AutoCoin/AutoCoin.lua old mode 100644 new mode 100755 similarity index 100% rename from AutoCoin/AutoCoin.lua rename to z-AutoCoin/AutoCoin.lua diff --git a/AutoCoin/AutoCoin.toc b/z-AutoCoin/AutoCoin.toc old mode 100644 new mode 100755 similarity index 100% rename from AutoCoin/AutoCoin.toc rename to z-AutoCoin/AutoCoin.toc diff --git a/AutoCoin/README.md b/z-AutoCoin/README.md old mode 100644 new mode 100755 similarity index 100% rename from AutoCoin/README.md rename to z-AutoCoin/README.md diff --git a/BigBrother/BigBrother.lua b/z-BigBrother/BigBrother.lua old mode 100644 new mode 100755 similarity index 100% rename from BigBrother/BigBrother.lua rename to z-BigBrother/BigBrother.lua diff --git a/BigBrother/BigBrother.toc b/z-BigBrother/BigBrother.toc old mode 100644 new mode 100755 similarity index 100% rename from BigBrother/BigBrother.toc rename to z-BigBrother/BigBrother.toc diff --git a/BigBrother/README.md b/z-BigBrother/README.md old mode 100644 new mode 100755 similarity index 100% rename from BigBrother/README.md rename to z-BigBrother/README.md diff --git a/BigBrother/bb/__init__.py b/z-BigBrother/bb/__init__.py old mode 100644 new mode 100755 similarity index 100% rename from BigBrother/bb/__init__.py rename to z-BigBrother/bb/__init__.py diff --git a/BigBrother/bb/__main__.py b/z-BigBrother/bb/__main__.py old mode 100644 new mode 100755 similarity index 100% rename from BigBrother/bb/__main__.py rename to z-BigBrother/bb/__main__.py diff --git a/BigBrother/bb/cli.py b/z-BigBrother/bb/cli.py old mode 100644 new mode 100755 similarity index 100% rename from BigBrother/bb/cli.py rename to z-BigBrother/bb/cli.py diff --git a/BigBrother/bb/config/__init__.py b/z-BigBrother/bb/config/__init__.py old mode 100644 new mode 100755 similarity index 100% rename from BigBrother/bb/config/__init__.py rename to z-BigBrother/bb/config/__init__.py diff --git a/BigBrother/bb/config/buffs.yaml b/z-BigBrother/bb/config/buffs.yaml old mode 100644 new mode 100755 similarity index 100% rename from BigBrother/bb/config/buffs.yaml rename to z-BigBrother/bb/config/buffs.yaml diff --git a/BigBrother/bb/config/class_overrides.yaml b/z-BigBrother/bb/config/class_overrides.yaml old mode 100644 new mode 100755 similarity index 100% rename from BigBrother/bb/config/class_overrides.yaml rename to z-BigBrother/bb/config/class_overrides.yaml diff --git a/BigBrother/bb/graph.py b/z-BigBrother/bb/graph.py old mode 100644 new mode 100755 similarity index 100% rename from BigBrother/bb/graph.py rename to z-BigBrother/bb/graph.py diff --git a/BigBrother/bb/requirements.txt b/z-BigBrother/bb/requirements.txt old mode 100644 new mode 100755 similarity index 100% rename from BigBrother/bb/requirements.txt rename to z-BigBrother/bb/requirements.txt diff --git a/BigBrother/bb/slpp.py b/z-BigBrother/bb/slpp.py old mode 100644 new mode 100755 similarity index 100% rename from BigBrother/bb/slpp.py rename to z-BigBrother/bb/slpp.py diff --git a/ByeByeBuffs/ByeByeBuffs.lua b/z-ByeByeBuffs/ByeByeBuffs.lua old mode 100644 new mode 100755 similarity index 100% rename from ByeByeBuffs/ByeByeBuffs.lua rename to z-ByeByeBuffs/ByeByeBuffs.lua diff --git a/ByeByeBuffs/ByeByeBuffs.toc b/z-ByeByeBuffs/ByeByeBuffs.toc old mode 100644 new mode 100755 similarity index 100% rename from ByeByeBuffs/ByeByeBuffs.toc rename to z-ByeByeBuffs/ByeByeBuffs.toc diff --git a/ByeByeBuffs/README.md b/z-ByeByeBuffs/README.md old mode 100644 new mode 100755 similarity index 100% rename from ByeByeBuffs/README.md rename to z-ByeByeBuffs/README.md