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 050c783 commit 5ee3e67Copy full SHA for 5ee3e67
bot/brain.rb
@@ -178,7 +178,7 @@ def request_status(m, job)
178
179
def show_pending(m)
180
if redis.llen('pending') > 10
181
- 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')
182
return
183
end
184
@@ -194,6 +194,7 @@ def show_pending(m)
194
195
privmsg(m, msg)
196
197
+ privmsg(m, 'Other pending queues: http://archivebot.com/pending')
198
199
200
def add_note(m, job, note, need_auth=true)
0 commit comments