errbot.core_plugins.acls module¶
- class errbot.core_plugins.acls.ACLS(bot, name=None)[source]¶
Bases:
BotPlugin
This plugin implements access controls for commands, allowing them to be restricted via various rules.
- errbot.core_plugins.acls.ciglob(text, patterns)[source]¶
Case-insensitive version of glob.
Match text against the list of patterns according to unix glob rules. Return True if a match is found, False otherwise.
- errbot.core_plugins.acls.get_acl_room(room)[source]¶
Return the ACL attribute of the room used for a given message
Previous: errbot.core_plugins package
|
Next: errbot.core_plugins.backup module