Archived
0

Standardized Permissions

- Will be test on test-production.
This commit is contained in:
Minenash
2018-11-16 19:09:11 -05:00
parent 14c05dd762
commit 27cccc83f4
26 changed files with 96 additions and 93 deletions

View File

@@ -2,13 +2,13 @@ command setmotd {
[string:motd...] {
help Sets the motd. Use --reset to reset to default;
run setmotd motd;
perm utils.setmotd;
perm utils.motd.set;
}
}
command getmotd {
[empty] {
help Returns the motd;
run getmotd;
perm utils.getmotd;
perm utils.motd.get;
}
}