Exit on admin commands by non-admin user

This commit is contained in:
2021-01-01 00:37:39 +01:00
parent e562d20090
commit b3510ccfde

View File

@@ -93,6 +93,7 @@ term(){
fail(){
sendmsg "Sorry, you are not allowed to use this command!"
exit 1
}
admin(){