diff --git a/aard_inventory.xml b/aard_inventory.xml index 68c6d50..ccf25e0 100644 --- a/aard_inventory.xml +++ b/aard_inventory.xml @@ -89,7 +89,7 @@ dbot.version : Module to track version and changelog information and update the save_state="y" date_written="2017-08-12 08:45:15" requires="4.98" - version="2.0041" + version="2.0042" > = dbot.autoQueuePkg.maxCommands) or (dbot.getTime() - startTime > dbot.autoQueuePkg.totalTimeout) or (dbot.gmcp.getState() ~= dbot.autoQueuePkg.state) then - break + dbot.autoQueueEnable = false end -- if - dbot.info("@YAuto Queue: \"" .. dbot.autoQueuePkg.command .. "\" " .. numCmds .. "/" .. + dbot.info("@YAuto Queue: @C" .. dbot.autoQueuePkg.command .. " @W" .. numCmds .. "@w/@W" .. dbot.autoQueuePkg.maxCommands) numCmds = numCmds + 1