| Commands for Tail | ||
|---|---|---|
| Command | Args | Detailed Help |
| add | <filename> | Basically does the equivalent of tail -f to the targets. |
| remove | <filename> | Stops announcing the lines appended to <filename>. |
| tail | <command> [<args> ...] | Command dispatcher for the Tail plugin. Use 'list Tail' to see the commands provided by this plugin. Use 'config list plugins.Tail' 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. |
| target | [--remove] [<target> ...] | If given no arguments, returns the current list of targets for this plugin. If given any number of targets, will add these targets to the current list of targets. If given --remove and any number of targets, will remove those targets from the current list of targets. |
Configuration Variables for the Tail plugin
- supybot.plugins.Tail.public
- Default: True
- Channel Specific: False
- Help: Determines whether this plugin is publicly visible.
- supybot.plugins.Tail.targets
- Default:
- Channel Specific: False
- Help: Determines what targets will be messaged with lines from the files being tailed.
- supybot.plugins.Tail.bold
- Default: False
- Channel Specific: False
- Help: Determines whether the bot will bold the filename in tail lines announced to the channel.
- supybot.plugins.Tail.files
- Default:
- Channel Specific: False
- Help: Determines what files the bot will tail to its targets.
- supybot.plugins.Tail.notice
- Default: False
- Channel Specific: False
- Help: Determines whether the bot will send its tail messages to the targets via NOTICEs rather than PRIVMSGs.
- supybot.plugins.Tail.period
- Default: 60
- Channel Specific: False
- Help: Determines how often the bot will check the files that are being tailed. The number is in seconds. This plugin must be reloaded for changes to this period to take effect.