bot.auth
Provides functions for managing authorization lists, denying and allowing access to specific functions for specific users.
auth-default
Description
Sets the default permission mode for a function on the current network.
Usage
<function name> <"allow" | "deny">
Examples
(auth-default set-alarm deny)
auth-allow
Description
Grants permission for a user to call the specified function.
Usage
<function name> <nick>
Examples
(auth-allow set-alarm Beauford)
auth-deny
Description
Revokes permission for a user to the specified function.
Usage
<function name> <nick>
Examples
(auth-allow set-alarm Beauford)