Tiny oops, nick wasn't set. I could swear I tested this before...
This commit is contained in:
		
							parent
							
								
									52e076e4c4
								
							
						
					
					
						commit
						3fda0dc738
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -628,6 +628,7 @@ class GroupchatWindow(chat.Chat):
 | 
			
		|||
				elif command == 'nick':
 | 
			
		||||
					# example: /nick foo
 | 
			
		||||
					if len(message_array):
 | 
			
		||||
						nick = message_array[0]
 | 
			
		||||
						gajim.connections[self.account].change_gc_nick(room_jid,
 | 
			
		||||
							nick)
 | 
			
		||||
					else:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue