- Added slash command help.

This commit is contained in:
Tercio
2013-08-10 16:53:51 -03:00
parent 2be7a9f1f5
commit 033d97584a
+10
View File
@@ -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