fix missing argument to handle_event_gc_notify function. Thanks sgala

This commit is contained in:
Yann Leboulanger 2007-05-21 17:41:31 +00:00
parent 47319e62f5
commit 94186d6d16
1 changed files with 1 additions and 1 deletions

View File

@ -660,7 +660,7 @@ class Interface:
# remove in 2007 # remove in 2007
# It's maybe a GC_NOTIFY (specialy for MSN gc) # It's maybe a GC_NOTIFY (specialy for MSN gc)
self.handle_event_gc_notify(account, (jid, array[1], status_message, 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): def handle_event_msg(self, account, array):