| Commands for Infobot | ||
|---|---|---|
| Command | Args | Detailed Help |
| infobot | <command> [<args> ...] | Command dispatcher for the Infobot plugin. Use 'list Infobot' to see the commands provided by this plugin. Use 'config list plugins.Infobot' 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. |
| stats | [<channel>] | Returns the number of changes and requests made to the Infobot database since the plugin was loaded. <channel> is only necessary if the message isn't in the channel itself. |
| status | [<channel>] | Returns the number of changes and requests made to the Infobot database since the plugin was loaded. <channel> is only necessary if the message isn't in the channel itself. |
| tell | [<channel>] <nick> [about] <factoid> | Tells <nick> about <factoid>. <channel> is only necessary if the message isn't sent in the channel itself. |
| update | [<channel>] {is,are} <url|file> | Updates the Infobot database using the dumped database at remote <url> or local <file>. The first argument should be "is" or "are", and determines whether the is or are database is updated. |
Configuration Variables for the Infobot plugin
- supybot.plugins.Infobot.public
- Default: True
- Channel Specific: False
- Help: Determines whether this plugin is publicly visible.
- supybot.plugins.Infobot.personality
- Default: True
- Channel Specific: True
- Help: Determines whether the bot will respond with personable (Infobot-like) responses rather than its standard messages.
- supybot.plugins.Infobot.boringDunno
- Default: "Dunno."
- Channel Specific: True
- Help: Determines what boring dunno should be given if supybot.plugins.Infobot.personality is False.
- supybot.plugins.Infobot.unaddressed
- .snarfDefinitions
- Default: True
- Channel Specific: True
- Help: Determines whether the bot will snarf definitions given in the channel that weren't directly addressed to it. Of course, no confirmation will be given if the bot isn't directly addressed.
- .answerQuestions
- Default: True
- Channel Specific: True
- Help: Determines whether the bot will answer questions that weren't directly addressed to it. Of course, if it doesn't have an answer, it will remain silent.
- .replyExistingFactoid
- Default: False
- Channel Specific: True
- Help: Determines whether the bot will announce that a factoid already exists when it sees a definition for a pre-existing factoid.
- .snarfDefinitions