typo
This commit is contained in:
		
							parent
							
								
									09ab1375d3
								
							
						
					
					
						commit
						7934a71024
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -684,7 +684,7 @@ class connection:
 | 
			
		|||
	def join_gc(self, nick, room, server, password):
 | 
			
		||||
		if not self.connection:
 | 
			
		||||
			return
 | 
			
		||||
		p = common.jabber.Presence(to = '%s@%s/%s' % (room, server, password))
 | 
			
		||||
		p = common.jabber.Presence(to = '%s@%s/%s' % (room, server, nick))
 | 
			
		||||
		self.connection.send(p)
 | 
			
		||||
 | 
			
		||||
	def send_gc_message(self, jid, msg):
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue