> For the complete documentation index, see [llms.txt](https://tchat.tect.host/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tchat.tect.host/block-chat/configuration.md).

# Configuration

```yml
modules:
  # This module adds a command to block the chat
  #
  # This module does not have a configuration file
  block-chat: true
```

* modules.block-chat: Enable/disable the module
