view QueueSupport/ATSW.lua @ 150:47885ba83d38 Release 2010-10-30

Removed some debugging code that caused characters on your own account to use the cross-account mail. Addes support GnomeWorks and ATSW queues.
author Asa Ayers <Asa.Ayers@Gmail.com>
date Mon, 18 Oct 2010 19:25:44 -0700
parents
children
line wrap: on
line source
local function ATSWQueue(data)
	if ATSW_AddJobLL then
		ATSW_AddJobLL(data.skillName, data.queue)
	else
		print("Unable to find ATSW")
	end
end
IAapi.RegisterQueueDestination('ATSW', ATSWQueue)