# Nutzer blockieren

##

{% hint style="warning" %}

### Modmail V2 ist verfügbar - diese Seite hier bezieht sich auf Modmail V1 (nicht mehr verfügbar). Erfahre mehr über [Modmail V2](https://scnx.xyz/de/modmail).&#x20;

{% endhint %}

Nutzer permanent blockieren

1. Gehe in einen Nicht-Ticket-Channel&#x20;
2. Gebe `!block <NutzerID>` ein.
3. Der Nutzer ist nun permanent blockiert :tada:&#x20;

{% hint style="info" %}
In einem Ticket-Channel kannst du Nutzer schneller mit `!block` blockieren.
{% endhint %}

## Nutzer temporär blockieren

1. Gehe in einen Nicht-Ticket-Channel&#x20;
2. Gebe `!block <NutzerID> <Länge>` ein.
3. Der Nutzer ist nun für die angegebene Zeit blockiert :tada:&#x20;

{% hint style="warning" %}
Dies funktioniert in einem Ticket-Channel nicht
{% endhint %}

## Prüfen, ob ein Nutzer blockiert ist

1. Gehe in einen Nicht-Ticket-Channel
2. Gebe `!is_blocked <NutzerID>` ein.
3. Du siehst, ob der Nutzer blockiert ist

## Nutzer entsperren

1. Gehe in einen Nicht-Ticket-Channel
2. Gebe `!unblock <NutzerId` ein.
3. Der Nutzer wird vom Bot entsperrt :tada:&#x20;


---

# 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://modmail.sc-network.net/fortgeschritten/nutzer-blockieren.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.
