Fixed all plugins (excl lua) to work with new hooks

This commit is contained in:
James Booth
2014-10-30 00:20:19 +00:00
parent b9f69dcda6
commit 35e274a2ba
7 changed files with 229 additions and 140 deletions

View File

@@ -53,7 +53,7 @@ def prof_init(version, status):
"the last received URL will be used.",
_cmd_browser)
def prof_on_message_received(jid, message):
def prof_post_chat_message_display(jid, message):
global _lastlink
links = re.findall(r'(https?://\S+)', message)
if (len(links) > 0):