From ee123041f2e492b66931a1fb1db5269f344bdbe9 Mon Sep 17 00:00:00 2001 From: KyrosKrane Date: Fri, 20 Nov 2015 00:10:43 +0400 Subject: [PATCH] Updated internal documentation. --- AnnoyingPopupRemover.lua | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/AnnoyingPopupRemover.lua b/AnnoyingPopupRemover.lua index 1ef75ee..5ae3149 100644 --- a/AnnoyingPopupRemover.lua +++ b/AnnoyingPopupRemover.lua @@ -1,13 +1,22 @@ -- AnnoyingPopupRemover.lua -- Written by KyrosKrane Sylvanblade (kyros@kyros.info) --- Licensed under the MIT License, as below. --- -- Copyright (c) 2015 KyrosKrane Sylvanblade --- +-- Licensed under the MIT License, as below. + --######################################### ---# License: MIT License +--# Description --######################################### +-- This add-on file removes a number of annoying pop-ups. +-- It removes the popup confirmation dialog when looting a bind-on-pickup item. +-- It removes the popup confirmation dialog when rolling on a bind-on-pickup item. +-- It removes the popup confirmation dialog when adding a BOP item to void storage, and that item is modified (gemmed, enchanted, or transmogged) or still tradable with the looting group. + + +--######################################### +--# License: MIT License +--######################################### +-- -- Permission is hereby granted, free of charge, to any person obtaining a copy -- of this software and associated documentation files (the "Software"), to deal -- in the Software without restriction, including without limitation the rights @@ -26,11 +35,6 @@ -- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -- THE SOFTWARE. --- This add-on file removes a number of annoying pop-ups. --- It removes the popup confirmation dialog when looting a bind-on-pickup item. --- It removes the popup confirmation dialog when rolling on a bind-on-pickup item. --- It removes the popup confirmation dialog when adding a BOP item to void storage, and that item is modified (gemmed, enchanted, or transmogged) or still tradable with the looting group. - --######################################### --# Global Variables -- 1.7.9.5