errbot.core_plugins.acls module¶
-
class
errbot.core_plugins.acls.
ACLS
(bot, name=None)[source]¶ Bases:
errbot.botplugin.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.
Previous: errbot.core_plugins package
|
Next: errbot.core_plugins.backup module