Add /bartender and /bartender4 as slash commands to open the config

This commit is contained in:
Hendrik Leppkes
2008-10-15 03:05:32 +02:00
parent 76eebc55ca
commit 9b35e84ef7
+2
View File
@@ -173,6 +173,8 @@ function Bartender4:SetupOptions()
LibStub("AceConsole-3.0"):RegisterChatCommand( "bar", optFunc)
LibStub("AceConsole-3.0"):RegisterChatCommand( "bt", optFunc)
LibStub("AceConsole-3.0"):RegisterChatCommand( "bt4", optFunc)
LibStub("AceConsole-3.0"):RegisterChatCommand( "bartender", optFunc)
LibStub("AceConsole-3.0"):RegisterChatCommand( "bartender4", optFunc)
end
function Bartender4:RegisterModuleOptions(key, table)