Limnoria-doc/use/plugins/quotegrabs.rst

75 lines
1.6 KiB
ReStructuredText
Raw Normal View History

2011-06-28 08:11:32 +02:00
.. _plugin-quotegrabs:
The QuoteGrabs plugin
=====================
2011-06-28 08:13:53 +02:00
.. _command-ungrab:
2011-06-28 08:11:32 +02:00
ungrab [<channel>] <number>
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Removes the grab *<number>* (the last by default) on *<channel>*.
*<channel>* is only necessary if the message isn't sent in the channel
itself.
2011-06-28 08:13:53 +02:00
.. _command-get:
2011-06-28 08:11:32 +02:00
get [<channel>] <id>
^^^^^^^^^^^^^^^^^^^^
Return the quotegrab with the given *<id>*. *<channel>* is only necessary
if the message isn't sent in the channel itself.
2011-06-28 08:13:53 +02:00
.. _command-quote:
2011-06-28 08:11:32 +02:00
quote [<channel>] <nick>
^^^^^^^^^^^^^^^^^^^^^^^^
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 08:13:53 +02:00
.. _command-random:
2011-06-28 08:11:32 +02:00
random [<channel>] [<nick>]
^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 08:13:53 +02:00
.. _command-list:
2011-06-28 08:11:32 +02:00
list [<channel>] <nick>
^^^^^^^^^^^^^^^^^^^^^^^
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 08:13:53 +02:00
.. _command-search:
2011-06-28 08:11:32 +02:00
search [<channel>] <text>
^^^^^^^^^^^^^^^^^^^^^^^^^
Searches for *<text>* in a quote. *<channel>* is only necessary if the
message isn't sent in the channel itself.
2011-06-28 08:13:53 +02:00
.. _command-grab:
2011-06-28 08:11:32 +02:00
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.