blob: 423dbba6f35208a3530135e01ea93338eccedab4 (
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
33
34
35
36
37
38
39
|
# Spam
> It is recommended to give the bot moderator rights in the chat room. This will speed up the sending of messages.
The `!spam` command gives users the ability to repeat a given message a certain number of times in a chat room.
This feature can be useful for highlighting important information.
## Syntax
`!spam [amount] [message...]`
+ `[amount]` (optional) - A number that specified how many times the message should be repeated.\
If not specified, the default value is 5. The maximum value is 30.
+ `[message...]` - The text of the message to be repeated.
## Usage
+ `!spam forsen`
+ `!spam 100 forsen forsen forsen`
## Responses
```
forsen forsen forsen
forsen forsen forsen
forsen forsen forsen
forsen forsen forsen
forsen forsen forsen
forsen forsen forsen
forsen forsen forsen
forsen forsen forsen
forsen forsen forsen
forsen forsen forsen
...
```
## Error handling
+ [Not enough arguments](/wiki/errors#0)
|