Quantcast

Updated internal documentation.

KyrosKrane [11-19-15 - 20:10]
Updated internal documentation.
Filename
AnnoyingPopupRemover.lua
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