fix comment

This commit is contained in:
Yann Leboulanger 2005-11-14 10:51:32 +00:00
parent 2da5b774e7
commit 3b12546f0a
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ encrypted_chats = {} # list of encrypted chats {acct1: [jid1, jid2], ..}
contacts = {} # list of contacts {acct: {jid1: [C1, C2]}, } one Contact per resource
gc_contacts = {} # list of contacts that are in gc {acct: {room_jid: {nick: C}}}
gc_connected = {} # tell if we are connected to the room or not {room_jid: True}
gc_connected = {} # tell if we are connected to the room or not {acct: {room_jid: True}}
gc_passwords = {} # list of the pass required to enter a room {room_jid: password}
groups = {} # list of groups