Version info
This commit is contained in:
parent
7e06bbb11b
commit
7eb4efd423
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
local _, u = ...
|
local _, u = ...
|
||||||
|
u.version = "v0.1.4"
|
||||||
|
|
||||||
-- https://wowpedia.fandom.com/wiki/BindingID
|
-- https://wowpedia.fandom.com/wiki/BindingID
|
||||||
local myBinds = {
|
local myBinds = {
|
||||||
|
@ -141,6 +142,7 @@ local function BindsHandler(msg, editbox)
|
||||||
u.guards()
|
u.guards()
|
||||||
if msg == '' then
|
if msg == '' then
|
||||||
u.info 'Welcome to the ImbusBinds keybinding script'
|
u.info 'Welcome to the ImbusBinds keybinding script'
|
||||||
|
u.info('Version: ' .. u.version)
|
||||||
u.info 'Usage:'
|
u.info 'Usage:'
|
||||||
u.info ' /binds set - To set general bindings'
|
u.info ' /binds set - To set general bindings'
|
||||||
u.info ' /binds camera - To set camera binds to +/-'
|
u.info ' /binds camera - To set camera binds to +/-'
|
||||||
|
@ -154,7 +156,7 @@ local function BindsHandler(msg, editbox)
|
||||||
end
|
end
|
||||||
if msg == 'bars' then
|
if msg == 'bars' then
|
||||||
enableBars()
|
enableBars()
|
||||||
u.info("Bars set!")
|
u.info 'Bars set!'
|
||||||
end
|
end
|
||||||
SaveBindings(1)
|
SaveBindings(1)
|
||||||
u.guards()
|
u.guards()
|
||||||
|
|
Loading…
Add table
Reference in a new issue