1) Added refresh start message when running in "light" notification mode

master
Durel 7 years ago
parent 9bcc8e53e9
commit 8850f6abed

@ -1857,9 +1857,9 @@ function inv.cli.refresh.fn(name, line, wildcards)
end -- if end -- if
if (command == "") then if (command == "") then
dbot.debug("Inventory refresh started") dbot.info("Inventory refresh scan: start basic refresh")
else else
dbot.info("Inventory refresh full scan started") dbot.info("Inventory refresh scan: start full refresh")
end -- if end -- if
local retval = inv.items.refresh(0, refreshLoc, endTag, nil) local retval = inv.items.refresh(0, refreshLoc, endTag, nil)

Loading…
Cancel
Save