Add /are
This commit is contained in:
		| @@ -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> | ||||
|   | ||||
| @@ -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();" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user