Fixed issue with key not properly being required for channel.
This commit is contained in:
		
							parent
							
								
									c9d9191a5a
								
							
						
					
					
						commit
						e93564e777
					
				@ -43,6 +43,7 @@ func (c *Channel) Join(client *Client, key string) {
 | 
				
			|||||||
			if err != nil {
 | 
								if err != nil {
 | 
				
			||||||
				println(err.Error())
 | 
									println(err.Error())
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 | 
								return
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	operator := len(c.members) == 0
 | 
						operator := len(c.members) == 0
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user