diff --git a/bot/brain.rb b/bot/brain.rb index 76880689..198a9259 100644 --- a/bot/brain.rb +++ b/bot/brain.rb @@ -192,7 +192,7 @@ def request_status(m, job) def show_pending(m) if redis.llen('pending') > 10 - privmsg(m, "Too many pending jobs to reply to !pending, please use the dashboard instead.") + privmsg(m, 'Too many pending jobs to reply to !pending, please use the dashboard instead. http://archivebot.com/pending') return end @@ -208,6 +208,7 @@ def show_pending(m) privmsg(m, msg) end + privmsg(m, 'Other pending queues: http://archivebot.com/pending') end def add_note(m, job, note, need_auth=true)