Skip to content

Commit 5ee3e67

Browse files
committed
Add links to dashboard pending page for the !pending IRC bot command
http://archivebot.com/pending
1 parent 050c783 commit 5ee3e67

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
@@ -178,7 +178,7 @@ def request_status(m, job)
178178

179179
def show_pending(m)
180180
if redis.llen('pending') > 10
181-
privmsg(m, "Too many pending jobs to reply to !pending, please use the dashboard instead.")
181+
privmsg(m, 'Too many pending jobs to reply to !pending, please use the dashboard instead. http://archivebot.com/pending')
182182
return
183183
end
184184

@@ -194,6 +194,7 @@ def show_pending(m)
194194

195195
privmsg(m, msg)
196196
end
197+
privmsg(m, 'Other pending queues: http://archivebot.com/pending')
197198
end
198199

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

0 commit comments

Comments
 (0)