Skip to content

Commit f834c3d

Browse files
committed
Add links to dashboard pending page for the !pending IRC bot command
http://archivebot.com/pending
1 parent 0a6cc01 commit f834c3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bot/brain.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def request_status(m, job)
187187

188188
def show_pending(m)
189189
if redis.llen('pending') > 10
190-
privmsg(m, "Too many pending jobs to reply to !pending, please use the dashboard instead.")
190+
privmsg(m, 'Too many pending jobs to reply to !pending, please use the dashboard instead. http://archivebot.com/pending')
191191
return
192192
end
193193

@@ -203,6 +203,7 @@ def show_pending(m)
203203

204204
privmsg(m, msg)
205205
end
206+
privmsg(m, 'Other pending queues: http://archivebot.com/pending')
206207
end
207208

208209
def add_note(m, job, note, need_auth=true)

0 commit comments

Comments
 (0)