diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/QueueSupport/ATSW.lua	Mon Oct 18 19:25:44 2010 -0700
@@ -0,0 +1,8 @@
+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)