From 5fe9255137f947269dd1825923ddb3590b959908 Mon Sep 17 00:00:00 2001 From: Durel Date: Sun, 8 Apr 2018 13:30:06 -0400 Subject: [PATCH] 1) Improved visibility of dinv auto mode --- aard_inventory.xml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) 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