Make /msg nickserv the default registration type
Fixes #394 and hopefully doesn't break others
This commit is contained in:
		
							parent
							
								
									50373f4ff9
								
							
						
					
					
						commit
						708c5a7347
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1877,7 +1877,7 @@ server_set_defaults (server *serv)
 | 
			
		|||
	serv->nick_modes = strdup ("ohv");
 | 
			
		||||
 | 
			
		||||
	serv->nickcount = 1;
 | 
			
		||||
	serv->nickservtype = 1;
 | 
			
		||||
	serv->nickservtype = 0;
 | 
			
		||||
	serv->end_of_motd = FALSE;
 | 
			
		||||
	serv->is_away = FALSE;
 | 
			
		||||
	serv->supports_watch = FALSE;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue