Add g_deposit

This commit is contained in:
Ceda EI 2018-07-01 16:29:17 +05:30
parent 5965308226
commit 7cc111dce8
1 changed files with 4 additions and 0 deletions

View File

@ -145,6 +145,10 @@ $modules = array(
"command" => "/deposit",
"function" => "deposit();"
),
array(
"command" => "/g_deposit",
"function" => "deposit();"
),
array(
"command" => "/add",
"function" => "add_requirement();"