diff --git a/README.md b/README.md index 9191d76..340d718 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # aux Turtle +* Now comes with a new blizz-like theme by default thanks to Oldmana. Use **/aux theme** to switch between them. * Shares some price data through the LFT chat when searching the AH, use **/aux sharing** to disable sending and receiving data. * Accurate auction durations for Turtle WoW. * Autocompletion for custom Turtle WoW items. diff --git a/aux-addon.lua b/aux-addon.lua index b372c0f..57d345f 100644 --- a/aux-addon.lua +++ b/aux-addon.lua @@ -6,6 +6,7 @@ local gui = require 'aux.gui' M.print = T.vararg-function(arg) DEFAULT_CHAT_FRAME:AddMessage(LIGHTYELLOW_FONT_COLOR_CODE .. ' ' .. join(map(arg, tostring), ' ')) + DEFAULT_CHAT_FRAME:AddMessage(LIGHTYELLOW_FONT_COLOR_CODE .. 'aux now comes with a new blizz-like theme by default, if you wish to continue using the old one use /aux theme') end local bids_loaded