View Single Post
JoinedSenses
Senior Member
Join Date: Sep 2013
Old 05-06-2018 , 19:35   Re: [TF2/CSS/Any?] Regex Filter (redux)
Reply With Quote #6

Regex is a powerful tool, but it's up to the users of this plugin whether or not they want to learn how it works.
If you have any specific questions regarding configuration creation, feel free to add me on steam.

As I said, the attached configuration is just an example and doesn't need to be used - you can create your own config. Something as simple as this can be used:
Code:
"Censor"
{
	"Website names"
	{
		"namepattern"		"lmaobox\.net 'CASELESS'"
		"namepattern"		"trade\.tf 'CASELESS'"
		"namepattern"		"scrap\.tf 'CASELESS'"
		"replace"		""
	}
}
The code used within the attached config is just a catch-all regex and can be removed. Most of the items within the config just include more complex methods to prevent users from cirvumventing the filter.

Last edited by JoinedSenses; 05-05-2019 at 02:41.
JoinedSenses is offline