We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a6cc01 commit f834c3dCopy full SHA for f834c3d
bot/brain.rb
@@ -187,7 +187,7 @@ def request_status(m, job)
187
188
def show_pending(m)
189
if redis.llen('pending') > 10
190
- 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')
191
return
192
end
193
@@ -203,6 +203,7 @@ def show_pending(m)
203
204
privmsg(m, msg)
205
206
+ privmsg(m, 'Other pending queues: http://archivebot.com/pending')
207
208
209
def add_note(m, job, note, need_auth=true)
0 commit comments