progress removing onionr.py

This commit is contained in:
Kevin Froman 2019-08-04 23:23:12 -05:00
parent 705962e9e7
commit 0690e9ca0e
1 changed files with 0 additions and 1 deletions

View File

@ -90,5 +90,4 @@ def on_init(api, data = None):
'''
pluginapi = api
chat = Chat(pluginapi)
api.commands.register(['chat'], chat.create)
return