comparison 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
comparison
equal deleted inserted replaced
149:c949a0f26d9e 150:47885ba83d38
1 local function ATSWQueue(data)
2 if ATSW_AddJobLL then
3 ATSW_AddJobLL(data.skillName, data.queue)
4 else
5 print("Unable to find ATSW")
6 end
7 end
8 IAapi.RegisterQueueDestination('ATSW', ATSWQueue)