diff --git a/aard_inventory.changelog b/aard_inventory.changelog index 3def113..8adc3ee 100644 --- a/aard_inventory.changelog +++ b/aard_inventory.changelog @@ -2,6 +2,13 @@ dbot.changelog = {} +dbot.changelog[2.0015] = +{ + { change = drlDbotChangeLogTypeMisc, + desc = "Removed references to \"dbot\" that were echoed to the mud and confusing the imms :P" + } +} + dbot.changelog[2.0014] = { { change = drlDbotChangeLogTypeFix, diff --git a/aard_inventory.xml b/aard_inventory.xml index 7fb12c8..f507970 100644 --- a/aard_inventory.xml +++ b/aard_inventory.xml @@ -87,7 +87,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.0014" + version="2.0015" > timeout) then - dbot.warn("dbot.wish.getCR: Timed out getting list of wishes") + dbot.debug("dbot.wish.getCR: Timed out getting list of wishes") retval = DRL_RET_TIMEOUT break end -- if @@ -20025,7 +20031,7 @@ dbot.execute.queue.fenceCounter = 1 -- user state that allows the fence to proceed. We don't need to worry about being AFK here. function dbot.execute.queue.fence() - local uniqueString = "{ dbot.execute.queue.fence " .. dbot.execute.queue.fenceCounter .. " }" + local uniqueString = "{ DINV fence " .. dbot.execute.queue.fenceCounter .. " }" -- We will spin on this until we match the fence command in our trigger dbot.execute.fenceIsDetected = false