mirror of
				https://github.com/fluffle/goirc
				synced 2025-11-04 12:08:03 +00:00 
			
		
		
		
	Fix due to logging api change change.
This commit is contained in:
		
							parent
							
								
									c2df325afb
								
							
						
					
					
						commit
						bfb42529a0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -65,7 +65,7 @@ type Conn struct {
 | 
			
		|||
// that you can add event handlers to it. See AddHandler() for details.
 | 
			
		||||
func SimpleClient(nick string, args ...string) *Conn {
 | 
			
		||||
	r := event.NewRegistry()
 | 
			
		||||
	l := logging.DefaultLogger
 | 
			
		||||
	l := logging.InitFromFlags()
 | 
			
		||||
	ident := "goirc"
 | 
			
		||||
	name := "Powered by GoIRC"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue