diff options
| author | 2018-09-30 15:07:39 +0100 | |
|---|---|---|
| committer | 2018-09-30 15:07:39 +0100 | |
| commit | 44887ab51d1437b591add2f93e1b97e456ce7bd3 (patch) | |
| tree | fca73ab6cde6b5396d9a926800a5a10d22bb3f96 /EVENTS.md | |
| parent | Refactor 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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
