diff abbreviations.lua @ 83:940e53dd18c3

- More cosmetic cleanup. - Implement "GUI noob" option. Basic entries for Loot and History tabs. - Disable wipe->kill toggling once the entry is actually a kill. Duh.
author Farmbuyer of US-Kilrogg <farmbuyer@gmail.com>
date Mon, 18 Jun 2012 03:02:10 +0000
parents c01875b275ca
children 095ee38508e8
line wrap: on
line diff
--- a/abbreviations.lua	Sun Jun 17 20:55:11 2012 +0000
+++ b/abbreviations.lua	Mon Jun 18 03:02:10 2012 +0000
@@ -1,6 +1,7 @@
 --[==[
 If you want to change these to something else, like in-jokes for your guild,
-write a small addon like this:
+write a small addon like this.  Lines with * are crucial and should not be
+changed from how they're shown here.
 
         Interface/AddOns/YourMod/YourMod.toc:
         =================================
@@ -13,17 +14,19 @@
         main.lua
         =================================
 
-Lines with * are crucial.  Then replace specific entries like this:
+Then replace specific entries like this:
 
         Interface/AddOns/YourMod/main.lua:
         =================================
-        local ouroloot = LibStub("AceAddon-3.0"):GetAddon("Ouro Loot")
+      * local ouroloot = LibStub("AceAddon-3.0"):GetAddon("Ouro Loot")
     
         ouroloot.instance_abbrev["The Bastion of Twilight"] =
-            [[Steve Said He'd /gquit If We Make Him Go Here Ever Again]]
+            [[Steve Said He Would /gquit If We Make Him Go Here Ever Again]]
 
         ouroloot.boss_abbrev["Omnotron Defense System"] =
             [[Jim Will Facetank The Slimes Now]]
+
+        ouroloot:Print [[Tweaked stuff for mah guildies!]]
         =================================
 
 This lets you update Ouro Loot with a new version (overwriting this file)