From 44887ab51d1437b591add2f93e1b97e456ce7bd3 Mon Sep 17 00:00:00 2001 From: jesopo Date: Sun, 30 Sep 2018 15:07:39 +0100 Subject: [PATCH] received.command takes a final [command] part --- EVENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)