Configuration settings:
acl.whitelist - mapping of user hostmask patterns (optionally by host) to
plugins and methods where those plugins and methods will
only be accessible to those users (i.e. and inaccessible
to other users)
acl.blacklist - mapping of user hostmasks (optionally by host) to plugins
and methods where where those plugins and methods will be
inaccessible to those users but accessible to other users
acl.ops - TRUE to automatically give access to whitelisted plugins
and methods to users with ops for events they initiate in
channels where they have ops
The whitelist and blacklist settings are formatted like so:
The hostname array dimension is optional; if not used, rules will be
applied across all connections. The pattern is a user hostmask pattern
where asterisks (*) are used for wildcards. Plugins and methods do not
need to be set to empty arrays if they are not used; simply exclude them.
postDispatch()
public method
Clears filters on the plugin handler iterator.