Better queue text.
This commit is contained in:
parent
98cf23704c
commit
279c31b892
@ -54,6 +54,12 @@ irc.register_bot_command("queue", {
|
||||
else
|
||||
count = qcache[2]
|
||||
end
|
||||
return true, "There are currently " .. count .. " boxes in the review queue"
|
||||
if count == 0 then
|
||||
return true, "There are no boxes in the review queue"
|
||||
elseif count == 1 then
|
||||
return true, "There is 1 boxes in the review queue"
|
||||
else
|
||||
return true, "There are " .. count .. " boxes in the review queue"
|
||||
end
|
||||
end,
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user