1
0
mirror of http://aero2k.de/t/repos/urlbot-native.git synced 2017-09-06 15:25:38 +02:00

add /me parser

This commit is contained in:
urlbot
2015-02-22 20:15:23 +01:00
parent ea1343b0e3
commit 5b52be57f3
2 changed files with 20 additions and 1 deletions

View File

@@ -242,6 +242,8 @@ def handle_msg(msg_obj):
if not nospoiler:
ret = extract_url(content, msg_obj)
# print(' '.join(["%s->%s" % (x, msg_obj[x]) for x in msg_obj.keys()]))
if True != ret:
plugins.data_parse_commands(msg_obj)
plugins.data_parse_other(msg_obj)