Later
Documentation for the Later plugin for Supybot
Purpose
Informal notes, mostly for compatibility with other bots. Based entirely on nicks, it's an easy way to tell users who refuse to register notes when they arrive later.
Usage
Used to do things later; currently, it only allows the sending of nick- based notes. Do note (haha!) that these notes are not private and don't even pretend to be; if you want such features, consider using the Note plugin.
Commands
- notes [<nick>]
If <nick> is given, replies with what notes are waiting on <nick>, otherwise, replies with the nicks that have notes waiting for them.
- tell <nick> <text>
Tells <nick> <text> the next time <nick> is in seen. <nick> can contain wildcard characters, and the first matching nick will be given the note.
Configuration
- supybot.plugins.Later.public
This config variable defaults to True and is not channel specific.
Determines whether this plugin is publicly visible.
- supybot.plugins.Later.maximum
This config variable defaults to 0 and is not channel specific.
Determines the maximum number of messages to be queued for a user. If this value is 0, there is no maximum.
- supybot.plugins.Later.private
This config variable defaults to True and is not channel specific.
Determines whether users will be notified in the first place in which they're seen, or in private.