This plugin allows you to add quotes to the database for a channel. Configuration variables in ``supybot.databases.plugins`` affect this plugin.
| Command | Help |
|---|---|
| add | Quote 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 | Quote 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 | Quote 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. |
| random | Quote random [<channel>] Returns a random quote from <channel>. <channel> is only necessary if the message isn't sent in the channel itself. |
| remove | Quote 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. |
| replace | Quote replace [<channel>] <id> <text> Replace quote <id> with <text>. <channel> is only necessary if the message isn't sent in the channel itself. |
| search | Quote search [<channel>] [--{regexp,by} <value>] [<glob>] Searches for $types matching the criteria given. |
| stats | Quote 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. |