.. _plugin-quotegrabs: The QuoteGrabs plugin ===================== Getting quotes -------------- .. _command-quotegrabs-get: quotegrabs get [] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Return the quotegrab with the given **. ** is only necessary if the message isn't sent in the channel itself. .. _command-quotegrabs-quote: quotegrabs quote [] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Returns **'s latest quote grab in **. ** is only necessary if the message isn't sent in the channel itself. .. _command-quotegrabs-random: quotegrabs random [] [] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Returns a randomly grabbed quote, optionally choosing only from those quotes grabbed for **. ** is only necessary if the message isn't sent in the channel itself. .. _command-quotegrabs-list: quotegrabs list [] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Returns a list of shortened quotes that have been grabbed for ** as well as the id of each quote. These ids can be used to get the full quote. ** is only necessary if the message isn't sent in the channel itself. .. _command-quotegrabs-search: quotegrabs search [] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Searches for ** in a quote. ** is only necessary if the message isn't sent in the channel itself. (Un)quoting ----------- .. _command-quotegrabs-ungrab: quotegrabs ungrab [] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Removes the grab ** (the last by default) on **. ** is only necessary if the message isn't sent in the channel itself. .. _command-quotegrabs-grab: quotegrabs grab [] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Grabs a quote from ** by ** for the quotegrabs table. ** is only necessary if the message isn't sent in the channel itself. .. _plugin-quotegrabs-config: Configuration ------------- .. _supybot.plugins.QuoteGrabs.randomGrabber: supybot.plugins.QuoteGrabs.randomGrabber ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Default value: False Determines whether the bot will randomly grab possibly-suitable quotes on occasion. The suitability of a given message is determined by ... .. _supybot.plugins.QuoteGrabs.randomGrabber.averageTimeBetweenGrabs: supybot.plugins.QuoteGrabs.randomGrabber.averageTimeBetweenGrabs ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Default value: 864000 Determines about how many seconds, on average, should elapse between random grabs. This is only an average value; grabs can happen from any time after half this time until never, although that's unlikely to occur. .. _supybot.plugins.QuoteGrabs.randomGrabber.minimumCharacters: supybot.plugins.QuoteGrabs.randomGrabber.minimumCharacters ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Default value: 8 Determines the minimum number of characters in a message for it to be considered for random grabbing. .. _supybot.plugins.QuoteGrabs.randomGrabber.minimumWords: supybot.plugins.QuoteGrabs.randomGrabber.minimumWords ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Default value: 3 Determines the minimum number of words in a message for it to be considered for random grabbing. .. _supybot.plugins.QuoteGrabs.public: supybot.plugins.QuoteGrabs.public ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Default value: True Determines whether this plugin is publicly visible.