View Single Post
06-27-11, 07:58 AM   #4
sylvanaar
A Warpwood Thunder Caller
AddOn Author - Click to view addons
Join Date: Sep 2006
Posts: 92
Originally Posted by SDPhantom View Post
A problem I've had with developing SlashHelp is that changing the text in an editbox causes taint and until the editbox is cleared, secure commands can't be run from it. After discovering the default UI has its own tab handling for autocomplete, I left it to that.

I can look into adding in support for Lua code. I'll either have to manually provide a list of commands that support it as an argument or provide an API for third-party addons to register for.

In the case of Lua code printing you don't care if it is tainted or not usually. Since your are doing (mostly) introspection rather than execution.
  Reply With Quote