add plugin parse_debbug

This commit is contained in:
urlbot
2014-11-09 16:52:22 +01:00
parent 3a8fecd8f9
commit 691db08e50
2 changed files with 38 additions and 10 deletions

View File

@@ -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):