csbot.plugins.auth module¶
-
class
csbot.plugins.auth.PermissionDB[source]¶ Bases:
collections.defaultdictA helper class for assembling the permissions database.
-
process(entity, permissions)[source]¶ Process a configuration entry, where entity is an account name,
@groupname or*and permissions is a space-separated list of permissions to grant.
-