This commit is contained in:
Ceda EI 2018-04-07 15:44:36 +05:30
parent 52d684a6a6
commit 219bc762cf
2 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,7 @@ can - Can <your question>
will - will <your question>
shall - shall <your question>
was - was <your question>
do - does <your question>
does - does <your question>
did - did <your question>
should - should <your question>

View File

@ -302,6 +302,10 @@ $modules = array(
"command" => "/should",
"function" => "yes_or_no();"
),
array(
"command" => "/do",
"function" => "yes_or_no();"
),
array(
"command" => "/kys",
"function" => "kys();"