- Added slash command help.
This commit is contained in:
parent
2be7a9f1f5
commit
033d97584a
1 changed files with 10 additions and 0 deletions
|
|
@ -153,5 +153,15 @@ function SlashCmdList.DETAILS (msg, editbox)
|
|||
elseif (msg == "gs") then
|
||||
_detalhes:teste_grayscale()
|
||||
|
||||
else
|
||||
|
||||
--if (_detalhes.opened_windows < 1) then
|
||||
-- _detalhes:CriarInstancia()
|
||||
--end
|
||||
|
||||
print (" ")
|
||||
print ("Details! Help")
|
||||
print ("|cffffaeae/details new|r: open or re-open a new window.")
|
||||
print (" ")
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue