From 219bc762cf0abaa8a211cf7e561259c84e8d3341 Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Sat, 7 Apr 2018 15:44:36 +0530 Subject: [PATCH] Add /do --- command_list.txt | 1 + webhook.php | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/command_list.txt b/command_list.txt index 3cf3451..dceb031 100644 --- a/command_list.txt +++ b/command_list.txt @@ -11,6 +11,7 @@ can - Can will - will shall - shall was - was +do - does does - does did - did should - should diff --git a/webhook.php b/webhook.php index 6336da6..9e878e1 100644 --- a/webhook.php +++ b/webhook.php @@ -302,6 +302,10 @@ $modules = array( "command" => "/should", "function" => "yes_or_no();" ), + array( + "command" => "/do", + "function" => "yes_or_no();" + ), array( "command" => "/kys", "function" => "kys();"