summaryrefslogtreecommitdiff
path: root/docs/user/ban-check.md
blob: 4918362c69660466385f466188b971cda05baa3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# User ban check

The `!userid` command allows you to check if the specified users
exist, or if they are banned, or if they are OK.

## Syntax

`!userid [users...]`

+ `[users...]` - User ID or user names. Separated by **,** *(colon)*.

## Usage

+ `!userid drdisrespect`
+ `!userid 22484632`
+ `!userid drdisrespect,22484632,okayeg`

## Responses

+ `⛔ drdisrespect (17337557): TOS_INDEFINITE`
+ `✅ forsen (22484632)`
+ `✅ okayeg (489147225)`

## Important notes

+ User information is taken from the third-party API service ["ivr.fi"](https://api.ivr.fi/v2/docs)

## Error handling

+ [Not enough arguments](/wiki/errors#0)
+ [Not found](/wiki/errors#12)
+ [Something went wrong](/wiki/errors#127)