Limnoria-doc/use/plugins/quotegrabs.rst

74 lines
1.9 KiB
ReStructuredText
Raw Normal View History

2011-06-28 08:11:32 +02:00
.. _plugin-quotegrabs:
The QuoteGrabs plugin
=====================
2011-06-28 17:29:38 +02:00
Getting quotes
--------------
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
.. _command-quotegrabs-get:
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
quotegrabs get [<channel>] <id>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2011-06-28 08:11:32 +02:00
Return the quotegrab with the given *<id>*. *<channel>* is only necessary
if the message isn't sent in the channel itself.
2011-06-28 17:29:38 +02:00
.. _command-quotegrabs-quote:
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
quotegrabs quote [<channel>] <nick>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2011-06-28 08:11:32 +02:00
Returns *<nick>*'s latest quote grab in *<channel>*. *<channel>* is only
necessary if the message isn't sent in the channel itself.
2011-06-28 17:29:38 +02:00
.. _command-quotegrabs-random:
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
quotegrabs random [<channel>] [<nick>]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2011-06-28 08:11:32 +02:00
Returns a randomly grabbed quote, optionally choosing only from those
quotes grabbed for *<nick>*. *<channel>* is only necessary if the message
isn't sent in the channel itself.
2011-06-28 17:29:38 +02:00
.. _command-quotegrabs-list:
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
quotegrabs list [<channel>] <nick>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2011-06-28 08:11:32 +02:00
Returns a list of shortened quotes that have been grabbed for *<nick>*
as well as the id of each quote. These ids can be used to get the
full quote. *<channel>* is only necessary if the message isn't sent in
the channel itself.
2011-06-28 17:29:38 +02:00
.. _command-quotegrabs-search:
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
quotegrabs search [<channel>] <text>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2011-06-28 08:11:32 +02:00
Searches for *<text>* in a quote. *<channel>* is only necessary if the
message isn't sent in the channel itself.
2011-06-28 17:29:38 +02:00
(Un)quoting
-----------
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
.. _command-quotegrabs-ungrab:
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
quotegrabs ungrab [<channel>] <number>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
Removes the grab *<number>* (the last by default) on *<channel>*.
2011-06-28 08:11:32 +02:00
*<channel>* is only necessary if the message isn't sent in the channel
itself.
2011-06-28 17:29:38 +02:00
.. _command-quotegrabs-grab:
quotegrabs grab [<channel>] <nick>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Grabs a quote from *<channel>* by *<nick>* for the quotegrabs table.
*<channel>* is only necessary if the message isn't sent in the channel
itself.
2011-06-28 08:11:32 +02:00