1
0
mirror of http://aero2k.de/t/repos/urlbot-native.git synced 2017-09-06 15:25:38 +02:00

using broadcast to all rooms

This commit is contained in:
urlbot
2015-07-19 02:22:22 +02:00
parent 93ec99b7af
commit 38d0e16a82
2 changed files with 16 additions and 6 deletions

View File

@@ -895,6 +895,8 @@ def command_dsa_watcher(argv, **args):
status, title = extract_title(url)
if 0 == status:
send_reply('new Debian Security Announce found: %s' % url)
if conf('persistent_locked'):
msg = "couldn't get exclusive lock"
log.warn(msg)