View Single Post
04/22/14, 12:36 PM   #6
MerlinGer
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1
Change the Function commandHandler

Please Change the following Lines:

function insJY.commandHandler(text)

SLASH_COMMANDS["/junkyard"] = insJY.commandHandler
SLASH_COMMANDS["/jy"] = insJY.commandHandler

If you use without "xxx." a another AddOn can have the same function and override is possiple.

Thanks

Another a very nice Addon. Thanks