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();"