80 chars width

This commit is contained in:
Yann Leboulanger 2005-11-22 00:32:38 +00:00
parent d302c3a907
commit 8bc51f5360
1 changed files with 3 additions and 3 deletions

View File

@ -315,9 +315,9 @@ class Interface:
old_show = 0
contact1 = Contact(jid = contact1.jid, name = contact1.name,
groups = contact1.groups, show = contact1.show,
status = contact1.status, sub = contact1.sub, ask = contact1.ask,
resource = contact1.resource, priority = contact1.priority,
keyID = contact1.keyID)
status = contact1.status, sub = contact1.sub,
ask = contact1.ask, resource = contact1.resource,
priority = contact1.priority, keyID = contact1.keyID)
lcontact.append(contact1)
contact1.resource = resource
if contact1.jid.find('@') > 0 and len(lcontact) == 1: # It's not an agent