From 7c9b40e5d6155252aa1513ec7d276a109e02fa4e Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Tue, 3 Apr 2018 02:13:43 +0530 Subject: [PATCH] Add /are --- command_list.txt | 1 + webhook.php | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/command_list.txt b/command_list.txt index d36c3dd..3cf3451 100644 --- a/command_list.txt +++ b/command_list.txt @@ -6,6 +6,7 @@ dc - Check availability of .com domain coin - Tosses a coin wiki - search the Arch wiki is - Is +are - Is can - Can will - will shall - shall diff --git a/webhook.php b/webhook.php index 480f760..30ad289 100644 --- a/webhook.php +++ b/webhook.php @@ -273,6 +273,10 @@ $modules = array( "command" => "/is", "function" => "yes_or_no();" ), + array( + "command" => "/are", + "function" => "yes_or_no();" + ), array( "command" => "/can", "function" => "yes_or_no();"