From 033d97584a33cc597552877e78d3a977a2c4cd72 Mon Sep 17 00:00:00 2001 From: Tercio Date: Sat, 10 Aug 2013 16:53:51 -0300 Subject: [PATCH] - Added slash command help. --- functions/slash.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/functions/slash.lua b/functions/slash.lua index 399d3d3e..96ece0ce 100644 --- a/functions/slash.lua +++ b/functions/slash.lua @@ -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