fix comment
This commit is contained in:
		
							parent
							
								
									2da5b774e7
								
							
						
					
					
						commit
						3b12546f0a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue