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:
| Command | Help |
|---|---|
| add | Dunno 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. |
| change | Dunno 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. |
| get | Dunno 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. |
| remove | Dunno 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. |
| search | Dunno search [<channel>] [--{regexp,by} <value>] [<glob>] Searches for $types matching the criteria given. |
| stats | Dunno 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. |