Plugin list

Quote

This plugin allows you to add quotes to the database for a channel.

Command Help
addQuote 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.
changeQuote 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.
getQuote 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.
randomQuote random [<channel>]
Returns a random quote from <channel>. <channel> is only necessary if the message isn't sent in the channel itself.
removeQuote 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.
replaceQuote replace [<channel>] <id> <text>
Replace quote <id> with <text>. <channel> is only necessary if the message isn't sent in the channel itself.
searchQuote search [<channel>] [--{regexp,by} <value>] [<glob>]
Searches for $types matching the criteria given.
statsQuote 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.