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:
@@ -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():
|
||||||
|
|||||||
Reference in New Issue
Block a user