mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-03-24 05:39:44 +00:00
added command to remove the role from mod mail configuration again
added convenience method to disallow a whole feature for a role
This commit is contained in:
@@ -15,4 +15,5 @@ public interface CommandService {
|
||||
void restrictCommand(ACommand aCommand, AServer server);
|
||||
void unRestrictCommand(ACommand aCommand, AServer server);
|
||||
void disAllowCommandForRole(ACommand aCommand, ARole role);
|
||||
void disAllowFeatureForRole(FeatureEnum featureEnum, ARole role);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user