Skip to content

Commit

Permalink
Closes #32
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaliborc committed Jul 14, 2013
1 parent 0152359 commit 0f0e117
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions main.lua
Expand Up @@ -291,7 +291,7 @@ end
function Addon:ShowOptions()
if LoadAddOn('Combuctor_Config') then
InterfaceOptionsFrame_OpenToCategory(ADDON)
return true
InterfaceOptionsFrame_OpenToCategory(ADDON) -- sometimes once not enough
end
end
Expand All @@ -307,10 +307,7 @@ function Addon:OnSlashCommand(msg)
elseif msg == 'version' then
self:Print(self.db.version)
else
self:Print('Commands (/cbt or /combuctor)')
print('- bank: Toggle bank')
print('- bags: Toggle inventory')
print('- options: Shows the options menu')
self:Print('Commands (/cbt or /combuctor)\n- bank: Toggle bank\n- bags: Toggle inventory\n- options: Shows the options menu')
end
end
Expand Down

0 comments on commit 0f0e117

Please sign in to comment.