# Moderation

| Comandă                | Descriere                                                             |
| ---------------------- | --------------------------------------------------------------------- |
| **/warnings list**     | Afișează toate warn-urile unui user.                                  |
| **/warnings clear**    | Șterge toate warn-urile unui user.                                    |
| **/warn**              | Oferă warn unui membru.                                               |
| **/mute**              | Oferă mute unui user.                                                 |
| **/unmute**            | Scoate mute-ul unui user.                                             |
| **/kick**              | Dă afară un anumit user.                                              |
| **/softkick**          | Dă afară un anumit user și șterge-i toate mesajele.                   |
| **/ban**               | Banează un user.                                                      |
| **/unban**             | Scoate ban-ul unui user.                                              |
| **/nick set**          | Setează o poreclî unui user.                                          |
| **/nick reset**        | Resetează porecla unui user.                                          |
| **/clear all**         | Șterge toate tipurile de mesaje.                                      |
| **/clear attachments** | Șterge un anumit număr de mesaje care conțin atașamente.              |
| **/clear bots**        | Șterge un anumit număr de mesaje trimis de către boți.                |
| **/clear links**       | Șterge un anumit număr de mesaje care conțin link-uri.                |
| **/clear user**        | Șterge mesaje de la un anumit user. Pot fi șterse maxim 99 de mesaje. |
| **/voice mute**        | Acorda mute unui user de pe voice.                                    |
| **/voice unmute**      | Acorda unmute unui user de pe voice.                                  |
| **/voice deafen**      | Activează difuzorul unui user.                                        |
| **/voice undeafen**    | Dezactivează difuzorul unui user.                                     |
| **/voice move**        | Muta pe cineva de pe un voice channel pe altul.                       |
| **/voice kick**        | Deconecteaza pe cineva de pe un voice channel.                        |


---

# 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://doc.dozabot.eu/comenzi/moderation.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.
