Skip to content
Snippets Groups Projects
Commit a0aa0b2c authored by mcmlxxix's avatar mcmlxxix
Browse files

changed 'HELP' access level to 0

parent 22a9a9ad
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ Bot_Commands["RESTART"].command = function (target,onick,ouh,srv,lvl,cmd) {
return;
}
Bot_Commands["HELP"] = new Bot_Command(50,false,false);
Bot_Commands["HELP"] = new Bot_Command(0,false,false);
Bot_Commands["HELP"].usage =
get_cmd_prefix() + "HELP <command>";
Bot_Commands["HELP"].help =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment