mirror of
				https://github.com/fluffle/goirc
				synced 2025-11-03 19:48:04 +00:00 
			
		
		
		
	Fix NewNick's comment
It wasn't updated after fixing https://github.com/fluffle/goirc/issues/108.
This commit is contained in:
		
							parent
							
								
									8f19c23050
								
							
						
					
					
						commit
						40e594abf8
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -108,7 +108,8 @@ type Config struct {
 | 
				
			||||||
	Sasl sasl.Client
 | 
						Sasl sasl.Client
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// Replaceable function to customise the 433 handler's new nick.
 | 
						// Replaceable function to customise the 433 handler's new nick.
 | 
				
			||||||
	// By default an underscore "_" is appended to the current nick.
 | 
						// By default the current nick's last character is "incremented".
 | 
				
			||||||
 | 
						// See DefaultNewNick implementation below for details.
 | 
				
			||||||
	NewNick func(string) string
 | 
						NewNick func(string) string
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// Client->server ping frequency, in seconds. Defaults to 3m.
 | 
						// Client->server ping frequency, in seconds. Defaults to 3m.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue