This commit is contained in:
Ceda EI 2018-04-03 02:13:43 +05:30
parent c8cb807510
commit 7c9b40e5d6
2 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,7 @@ dc - Check availability of .com domain
coin - Tosses a coin
wiki - search the Arch wiki
is - Is <your question>
are - Is <your question>
can - Can <your question>
will - will <your question>
shall - shall <your question>

View File

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