.. _plugin-Quote: Documentation for the Quote plugin for Supybot ============================================== Purpose ------- Maintains a Quotes database for each channel. Usage ----- This plugin allows you to add quotes to the database for a channel. Commands -------- add [] Adds to the quote database for . is only necessary if the message isn't sent in the channel itself. change [] Changes the quote with id according to the regular expression . is only necessary if the message isn't sent in the channel itself. get [] Gets the quote with id from the quote database for . is only necessary if the message isn't sent in the channel itself. random [] Returns a random quote from . is only necessary if the message isn't sent in the channel itself. remove [] Removes the quote with id from the quote database for . is only necessary if the message isn't sent in the channel itself. replace [] Replace quote with . is only necessary if the message isn't sent in the channel itself. search [] [--{regexp,by} ] [] Searches for quotes matching the criteria given. stats [] Returns the number of quotes in the database for . is only necessary if the message isn't sent in the channel itself. Configuration ------------- supybot.plugins.Quote.public This config variable defaults to "True", is not network-specific, and is not channel-specific. Determines whether this plugin is publicly visible.