Censors blacklisted words (with leetspeak folding), blocks IP/URL advertising and escalates gags on repeat offenders.
CSB Chat Filter keeps public chat clean without breaking it. Every say / say_team line is inspected: blacklisted words are masked with asterisks using a leetspeak-insensitive fold (so sh1t and $hit are caught too), and messages that contain a URL or a dotted-quad IP are blocked outright as advertising. The cleaned message is then re-broadcast in colour so normal chat still flows.
Repeat offenders are handled with an escalating gag: the first strike is a warning, and each further strike multiplies the base gag length, so a spammer is silenced for progressively longer.
Features
- Word blacklist with leetspeak folding (
@ 4 3 1 ! 0 $ 5 7). - Anti-advertising: blocks
http,www., common TLDs and IP addresses. - Escalating gag driven by
csb_filter_gagbase. - Clean messages re-emitted with team tag and colour.
Installation
- Compile
csb_swear_filter.smaand copy it toaddons/amxmodx/plugins/. - Add it to
plugins.iniand change the map.









