Skip to content
Snippets Groups Projects
Commit 94186d6d authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix missing argument to handle_event_gc_notify function. Thanks sgala

parent 47319e62
No related branches found
No related tags found
No related merge requests found
......@@ -660,7 +660,7 @@ class Interface:
# remove in 2007
# It's maybe a GC_NOTIFY (specialy for MSN gc)
self.handle_event_gc_notify(account, (jid, array[1], status_message,
array[3], None, None, None, None, None, None, None))
array[3], None, None, None, None, None, None, None, None))
def handle_event_msg(self, account, array):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment