# Ignore private messages

## Commands

### /ignore \<list,playerName>

You can use it with **`redischat.ignore`** permission

"list" - lists all ignored players

The player name field is suggested by RedisChat starting from all the player names saved on RedisChat on every instance of it

The command toggles the ignore of a player

### use `/ignore all` to **ignore ALL incoming private messages**

## Configs

ignoring\_list, ignoring\_player, not\_ignoring\_player

```yaml
ignoring_list: <aqua>Player ignored</aqua><br><green>%list%</green>
ignoring_player: <green>Toggled ignoring of %player%</green>
not_ignoring_player: <green>Ignore removed for %player%</green>
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://emibergo.gitbook.io/redischat/features/ignore-private-messages.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
