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

add dsa_watcher autostart

This commit is contained in:
urlbot
2015-07-19 21:14:57 +02:00
parent c687f84c02
commit 8824734ecb

View File

@@ -370,6 +370,9 @@ if '__main__' == __name__:
xmpp.register_plugin('xep_0045') xmpp.register_plugin('xep_0045')
xmpp.process() xmpp.process()
if plugins.plugin_enabled_get(plugins.command_dsa_watcher):
plugins.command_dsa_watcher(['dsa-watcher', 'crawl'])
while 1: while 1:
try: try:
if False == plugins.event_trigger(): if False == plugins.event_trigger():