From 8824734ecbe29912b60cc01c7fbe8e0720db10da Mon Sep 17 00:00:00 2001 From: urlbot Date: Sun, 19 Jul 2015 21:14:57 +0200 Subject: [PATCH] add dsa_watcher autostart --- urlbot.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/urlbot.py b/urlbot.py index bdb031a..e826bb6 100755 --- a/urlbot.py +++ b/urlbot.py @@ -370,6 +370,9 @@ if '__main__' == __name__: xmpp.register_plugin('xep_0045') xmpp.process() + if plugins.plugin_enabled_get(plugins.command_dsa_watcher): + plugins.command_dsa_watcher(['dsa-watcher', 'crawl']) + while 1: try: if False == plugins.event_trigger():