Anti Spam

Filter

Replace Symbols

Before the filters are ran, certain symbols often used to bypass filters will be replaced. For example: This server is sh1tThis server is shit

anti-spam:
    filter:
        # before the filter is ran, these letters/symbols will be replaced to ensure it can't be bypassed
        replace-symbols:
            1: "i"
            $: "s"
            "@": "a"
            "!": "i"
            l: "i"
            0: "o"
            -: ""
            =: ""
            _: ""
            "`": ""
            "*": ""
            k: "c"
            
            # You can add this if you want spaces to be ignored
            # " ": ""

Format

Repeat Messages

Last updated