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.
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 for Later |
| later | <command> [<args> ...] |
Command dispatcher for the Later plugin. Use 'list Later' to see the commands provided by this plugin. Use 'config list plugins.Later' 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. |
| 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 Variables for
the Later plugin
- supybot.plugins.Later.public
- Default: True
- Channel Specific: False
- Help: Determines whether this plugin is publicly visible.
- supybot.plugins.Later.maximum
- Default: 0
- Channel Specific: False
- Help: 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
- Default: True
- Channel Specific: False
- Help: Determines whether users will be notified in the first place in which they're seen, or in private.