aboutsummaryrefslogtreecommitdiff
path: root/EVENTS.md
diff options
context:
space:
mode:
authorGravatar jesopo2018-09-30 15:07:39 +0100
committerGravatar jesopo2018-09-30 15:07:39 +0100
commit44887ab51d1437b591add2f93e1b97e456ce7bd3 (patch)
treefca73ab6cde6b5396d9a926800a5a10d22bb3f96 /EVENTS.md
parentRefactor modules/channel_op.py and add !tempban/!tempkickban (diff)
signature
received.command takes a final [command] part
Diffstat (limited to 'EVENTS.md')
-rw-r--r--EVENTS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/EVENTS.md b/EVENTS.md
index 7bad6172..78931cde 100644
--- a/EVENTS.md
+++ b/EVENTS.md
@@ -105,5 +105,5 @@ Below is a list of each event that is propagated through BitBot and the keyword
## !commands
#### preprocess.command
> 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)