| Commands for 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 | [<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 | [<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. |
| quote | <command> [<args> ...] |
Command dispatcher for the Quote plugin. Use 'list Quote' to see the commands provided by this plugin. Use 'config list plugins.Quote' 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. |
| random | [<channel>] |
Returns a random quote from <channel>. <channel> is only necessary if the message isn't sent in the channel itself. |
| 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 | [<channel>] [--{regexp,by} <value>] [<glob>] |
Searches for $types matching the criteria given. |
| 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. |