new plugin: comment_joins

This commit is contained in:
braph
2016-04-04 00:47:14 +02:00
committed by Thorsten Sperber
parent eb932f24d6
commit d59645bacf
3 changed files with 41 additions and 1 deletions

View File

@@ -229,7 +229,7 @@ class UrlBot(IdleBot):
ret = plugin(reply_user=reply_user)
if ret:
self._run_action(ret, plugin, msg_obj)
self._run_action(ret, plugin, None)
def data_parse_commands(self, msg_obj):
"""