mirror of
http://aero2k.de/t/repos/urlbot-native.git
synced 2017-09-06 15:25:38 +02:00
add plugin parse_debbug
This commit is contained in:
16
urlbot.py
16
urlbot.py
@@ -239,15 +239,15 @@ def parse_delete(filepath):
|
||||
plugins.data_parse_other(content)
|
||||
return
|
||||
|
||||
import plugins
|
||||
|
||||
plugins.chat_write = chat_write
|
||||
plugins.ratelimit_exceeded = ratelimit_exceeded
|
||||
plugins.ratelimit_touch = ratelimit_touch
|
||||
|
||||
plugins.register_all()
|
||||
|
||||
if '__main__' == __name__:
|
||||
import plugins
|
||||
|
||||
plugins.chat_write = chat_write
|
||||
plugins.ratelimit_exceeded = ratelimit_exceeded
|
||||
plugins.ratelimit_touch = ratelimit_touch
|
||||
|
||||
plugins.register_all()
|
||||
|
||||
print(sys.argv[0] + ' ' + VERSION)
|
||||
|
||||
if not os.path.exists(fifo_path):
|
||||
|
||||
Reference in New Issue
Block a user