.. _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-Quote: Commands -------- .. _command-quote-add: ``add [] `` Adds to the quote database for . is only necessary if the message isn't sent in the channel itself. .. _command-quote-change: ``change [] `` Changes the quote with id according to the regular expression . is only necessary if the message isn't sent in the channel itself. .. _command-quote-get: ``get [] `` Gets the quote with id from the quote database for . is only necessary if the message isn't sent in the channel itself. .. _command-quote-random: ``random []`` Returns a random quote from . is only necessary if the message isn't sent in the channel itself. .. _command-quote-remove: ``remove [] `` Removes the quote with id from the quote database for . is only necessary if the message isn't sent in the channel itself. .. _command-quote-replace: ``replace [] `` Replace quote with . is only necessary if the message isn't sent in the channel itself. .. _command-quote-search: ``search [] [--{regexp,by} ] []`` Searches for quotes matching the criteria given. .. _command-quote-stats: ``stats []`` Returns the number of quotes in the database for . is only necessary if the message isn't sent in the channel itself. .. _conf-Quote: Configuration ------------- .. _conf-supybot.plugins.Quote.public: 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.