mirror of
				https://github.com/Adam-Ant/ClockworkAprilFools2017
				synced 2025-10-29 22:47:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			1006 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			1006 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| # JTS3ServerMod Config File
 | |
| # Set message for using a bad channel name.
 | |
| # You can use the following keywords, which will be replaced:
 | |
| # %CHANNEL_NAME% - Bad Channel Name
 | |
| # You can use \n for a new line and typical BBCode like in Teamspeak 3 Client.
 | |
| The channel name %CHANNEL_NAME% is not allowed!
 | |
| 
 | |
| # Set bad channel name rules here. One rule per line. Use regular expressions for the rules.
 | |
| # This rules will be used case-insensitive.
 | |
| # The following link give you some informations about regular expressions in java:
 | |
| # http://docs.oracle.com/javase/1.5.0/docs/api/java/util/regex/Pattern.html
 | |
| # Important: If you are not sure, test your regular expressions on the following page:
 | |
| # http://www.rubular.com or http://regexp-evaluator.de/evaluator/
 | |
| # Or the bot may delete all channels, if you do something wrong!
 | |
| #
 | |
| # nigger and some variations
 | |
| .*n[i!1](g|gg)er.*
 | |
| # hitler and some variations
 | |
| .*h[i!1]tler.*
 | |
| # nazi and some variations
 | |
| .*n[a@]z[i!1].*
 | |
| 
 | |
| #Dick
 | |
| .*d[i|1]ck.*
 | |
| #Cunt
 | |
| .*cunt.*
 | |
| #Pussy
 | |
| .*pu[ss|zz]y.*
 |