> For the complete documentation index, see [llms.txt](https://natorog.gitbook.io/zelchat/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://natorog.gitbook.io/zelchat/chat-filters/flood.md).

# Flood

***

```
With ZelChat antiflood filter, you can better keep your chat clear avoiding players 
        sending long messages or spamming characters (eg: aaaaaa bbbbb 222222)
```

```yaml
  anti-flood:
    enabled: true
    max-length-message: 60 # Max message lenght
    block-single-char-flood: true # Block single characters spamming eg: (aaaaaaa)
    broadcastStaff: false # Alert online staff
```

***

<figure><img src="/files/XkRsXca8gvpLfDUvu1Mq" alt=""><figcaption></figcaption></figure>
