received.command takes a final [command] part
This commit is contained in:
parent
16dc2c39a9
commit
44887ab51d
1 changed files with 1 additions and 1 deletions
|
@ -105,5 +105,5 @@ Below is a list of each event that is propagated through BitBot and the keyword
|
||||||
## !commands
|
## !commands
|
||||||
#### preprocess.command
|
#### preprocess.command
|
||||||
> hook (EventCallback), user (IRCUser), server (IRCServer), target (IRCUser|IRCChannel), is_channel (bool), tags (dict)
|
> hook (EventCallback), user (IRCUser), server (IRCServer), target (IRCUser|IRCChannel), is_channel (bool), tags (dict)
|
||||||
#### received.command
|
#### received.command.[command]
|
||||||
> user (IRCUser), server (IRCServer), target (IRCUser|IRCChannel), args (string), args_split (string[]), stdout, stderr, command (string), is_channel (bool), tags (dict)
|
> user (IRCUser), server (IRCServer), target (IRCUser|IRCChannel), args (string), args_split (string[]), stdout, stderr, command (string), is_channel (bool), tags (dict)
|
||||||
|
|
Loading…
Reference in a new issue