2021-04-05 17:29:49 +02:00
.. _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.
2021-04-05 22:56:40 +02:00
.. _commands-Quote:
2021-04-05 17:29:49 +02:00
Commands
--------
2021-04-17 20:09:33 +02:00
.. _command-quote-add:
2021-04-05 22:56:40 +02:00
2021-04-05 17:29:49 +02:00
add [<channel> ] <text>
Adds <text> to the quote database for <channel>. <channel> is only necessary if the message isn't sent in the channel itself.
2021-04-17 20:09:33 +02:00
.. _command-quote-change:
2021-04-05 22:56:40 +02:00
2021-04-05 17:29:49 +02:00
change [<channel> ] <id> <regexp>
Changes the quote with id <id> according to the regular expression <regexp>. <channel> is only necessary if the message isn't sent in the channel itself.
2021-04-17 20:09:33 +02:00
.. _command-quote-get:
2021-04-05 22:56:40 +02:00
2021-04-05 17:29:49 +02:00
get [<channel> ] <id>
Gets the quote with id <id> from the quote database for <channel>. <channel> is only necessary if the message isn't sent in the channel itself.
2021-04-17 20:09:33 +02:00
.. _command-quote-random:
2021-04-05 22:56:40 +02:00
2021-04-05 17:29:49 +02:00
random [<channel> ]
Returns a random quote from <channel>. <channel> is only necessary if the message isn't sent in the channel itself.
2021-04-17 20:09:33 +02:00
.. _command-quote-remove:
2021-04-05 22:56:40 +02:00
2021-04-05 17:29:49 +02:00
remove [<channel> ] <id>
Removes the quote with id <id> from the quote database for <channel>. <channel> is only necessary if the message isn't sent in the channel itself.
2021-04-17 20:09:33 +02:00
.. _command-quote-replace:
2021-04-05 22:56:40 +02:00
2021-04-05 17:29:49 +02:00
replace [<channel> ] <id> <text>
Replace quote <id> with <text>. <channel> is only necessary if the message isn't sent in the channel itself.
2021-04-17 20:09:33 +02:00
.. _command-quote-search:
2021-04-05 22:56:40 +02:00
2021-04-05 17:29:49 +02:00
search [<channel> ] [--{regexp,by} <value>] [<glob> ]
Searches for quotes matching the criteria given.
2021-04-17 20:09:33 +02:00
.. _command-quote-stats:
2021-04-05 22:56:40 +02:00
2021-04-05 17:29:49 +02:00
stats [<channel> ]
Returns the number of quotes in the database for <channel>. <channel> is only necessary if the message isn't sent in the channel itself.
2021-04-17 20:09:33 +02:00
.. _conf-Quote:
2021-04-05 17:29:49 +02:00
Configuration
-------------
2021-04-17 20:09:33 +02:00
.. _conf-supybot.plugins.Quote.public:
2021-04-22 00:29:15 +02:00
2021-04-05 17:29:49 +02:00
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.