Plugin list

Dunno

This plugin was written initially to work with MoobotFactoids, the two of them to provide a similar-to-moobot-and-blootbot interface for factoids. Basically, it replaces the standard 'Error: is not a valid command.' messages with messages kept in a database, able to give more personable responses. ``$command`` in the message will be replaced by the command's name. Configuration variables in ``supybot.databases.plugins`` affect this plugin.

Command Help
addDunno add [<channel>] <text>
Adds <text> to the $type database for <channel>. <channel> is only necessary if the message isn't sent in the channel itself.
changeDunno change [<channel>] <id> <regexp>
Changes the $type with id <id> according to the regular expression <regexp>. <channel> is only necessary if the message isn't sent in the channel itself.
getDunno get [<channel>] <id>
Gets the $type with id <id> from the $type database for <channel>. <channel> is only necessary if the message isn't sent in the channel itself.
removeDunno remove [<channel>] <id>
Removes the $type with id <id> from the $type database for <channel>. <channel> is only necessary if the message isn't sent in the channel itself.
searchDunno search [<channel>] [--{regexp,by} <value>] [<glob>]
Searches for $types matching the criteria given.
statsDunno stats [<channel>]
Returns the number of $types in the database for <channel>. <channel> is only necessary if the message isn't sent in the channel itself.