Allows for sending the bot's logging output to channels or users.
| Commands for LogToIrc |
| logtoirc | <command> [<args> ...] |
Command dispatcher for the LogToIrc plugin. Use 'list LogToIrc' to see the commands provided by this plugin. Use 'config list plugins.LogToIrc' to see the configuration values for this plugin. In most cases this dispatcher command is unnecessary; in cases where more than one plugin defines a given command, use this command to tell the bot which plugin's command to use. |
Configuration Variables for
the LogToIrc plugin
- supybot.plugins.LogToIrc.public
- Default: True
- Channel Specific: False
- Help: Determines whether this plugin is publicly visible.
- supybot.plugins.LogToIrc.level
- Default: WARNING
- Channel Specific: False
- Help: Determines what the minimum priority level logged will be to IRC. See supybot.log.level for possible values. DEBUG is disabled due to the large quantity of output.
- supybot.plugins.LogToIrc.targets
- Default:
- Channel Specific: False
- Help: Determines which channels/nicks the bot should log to. If no channels/nicks are set, this plugin will effectively be turned off.
- supybot.plugins.LogToIrc.networks
- Default:
- Channel Specific: False
- Help: Determines what networks the bot should log to. If no networks are set, the bot will log on one network (whichever happens to be around at the time it feels like logging).
- supybot.plugins.LogToIrc.channelModesRequired
- Default: "s"
- Channel Specific: False
- Help: Determines what channel modes a channel will be required to have for the bot to log to the channel. If this string is empty, no modes will be checked.
- supybot.plugins.LogToIrc.userCapabilityRequired
- Default: "owner"
- Channel Specific: False
- Help: Determines what capability is required for the bot to log to in private messages to the user. If this is empty, there will be no capability that's checked.
- supybot.plugins.LogToIrc.color
- Default: False
- Channel Specific: False
- Help: Determines whether the bot's logs to IRC will be colorized with mIRC colors.
- supybot.plugins.LogToIrc.notice
- Default: False
- Channel Specific: False
- Help: Determines whether the bot's logs to IRC will be sent via NOTICE instead of PRIVMSG. Channels will always be PRIVMSGed, regardless of this variable; NOTICEs will only be used if this variable is True and the target is a nick, not a channel.