/[sudobot]/trunk/docs/moderation/banning_users.md
ViewVC logotype

Diff of /trunk/docs/moderation/banning_users.md

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 101 by rakin, Mon Jul 29 17:28:36 2024 UTC revision 309 by rakin, Mon Jul 29 17:29:28 2024 UTC
# Line 28  Use the `-ban` command to ban a user, re Line 28  Use the `-ban` command to ban a user, re
28  -ban 45643846466843 -d 7 Spamming a lot  -ban 45643846466843 -d 7 Spamming a lot
29  ```  ```
30    
31    ## Temporary Ban
32    Temporarily ban users.
33    
34    ##### Legacy Command
35    ```
36    -tempban <UserID|UserMention> <Time> [Reason]
37    ```
38    
39    ##### Slash Command
40    ```
41    /tempban <UserID> <Time> [days] [reason]
42    ```
43    
44    ##### Examples
45    
46    ```
47    -tempban @Someone 1h
48    -tempban @Someone 30m Spamming a lot
49    -tempban 45643846466843 2m
50    -tempban 45643846466843 5d Spamming a lot
51    ```
52    
53    ## Softban
54    Ban a user and unban immediately to remove messages from the user.
55    
56    ##### Legacy Command
57    ```
58    -softban <UserID|UserMention> [-d=DAYS_OF_MESSAGE_DELETION] [Reason]
59    ```
60    
61    ##### Slash Command
62    ```
63    /softban <UserID> [-d=DAYS_OF_MESSAGE_DELETION] [days] [reason]
64    ```
65    
66    **Options**:
67    
68    - `-d`: Specify the how many days old messages to delete. Must be in range of 0-7. Default is `7`.
69    
70    ##### Examples
71    
72    ```
73    -tempban @Someone 1h
74    -tempban @Someone 30m Spamming a lot
75    -tempban 45643846466843 2m
76    -tempban 45643846466843 5d Spamming a lot
77    ```
78    
79  ## Mass Ban  ## Mass Ban
80  Use the `-massban` command to massban users.  Use the `-massban` command to massban users.
81    

Legend:
Removed from v.101  
changed lines
  Added in v.309

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26