- did minor options table cleanup and made a console /icehudcl command so that IceHUD gets picked up by rock config

This commit is contained in:
Parnic
2008-02-07 22:35:50 +00:00
parent 27f4e7c889
commit eed1e2dd6f
4 changed files with 37 additions and 9 deletions

View File

@ -7,6 +7,8 @@ IceHUD.Location = "Interface\\AddOns\\IceHUD"
IceHUD.options =
{
type = 'group',
name = "IceHUD",
desc = "IceHUD",
args =
{
headerGeneral = {
@ -497,7 +499,10 @@ function IceHUD:OnEnable()
self.options.args.colors.args = self.IceCore:GetColorOptions()
waterfall:Register("IceHUD", 'aceOptions', IceHUD.options)
-- Parnic - added /icehudcl to make rock config pick this up
self:RegisterChatCommand({"/icehudcl"}, IceHUD.options)
self:RegisterChatCommand({ "/icehud" }, IceHUD.slashMenu)
end