Skip to content

Commit

Permalink
Add "/lfg" as an intuitive shorthand to open the GBB frame.
Browse files Browse the repository at this point in the history
  • Loading branch information
Treeston committed Jun 14, 2021
1 parent 1dae73f commit 88b2cd9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions LFGBulletinBoard/GroupBulletinBoard.lua
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,13 @@ function GBB.Init()
},
})

SlashCmdList.GBB_LFG = function()
if not GroupBulletinBoardFrame:IsShown() then
GBB.ShowWindow()
end
end
SLASH_GBB_LFG1 = "/lfg"

-- Create options and initalize!
GBB.OptionsInit()

Expand Down

0 comments on commit 88b2cd9

Please sign in to comment.