Limnoria-doc/use/plugins/karma.rst

59 lines
1.6 KiB
ReStructuredText
Raw Normal View History

2011-06-28 08:11:32 +02:00
.. _plugin-karma:
The Karma plugin
================
2011-06-28 17:29:38 +02:00
Main commands
-------------
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
.. _command-karma-clear:
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
karma clear [<channel>] <name>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2011-06-28 08:11:32 +02:00
Resets the karma of *<name>* to 0.
2011-06-28 17:29:38 +02:00
.. _command-karma-most:
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
karma most [<channel>] {increased,decreased,active}
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2011-06-28 08:11:32 +02:00
Returns the most increased, the most decreased, or the most active
(the sum of increased and decreased) karma things. *<channel>* is only
necessary if the message isn't sent in the channel itself.
2011-06-28 17:29:38 +02:00
.. _command-karma-karma:
2011-06-28 08:11:32 +02:00
2011-06-28 17:29:38 +02:00
karma karma [<channel>] [<thing> ...]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2011-06-28 08:11:32 +02:00
Returns the karma of *<thing>*. If *<thing>* is not given, returns the top
N karmas, where N is determined by the config variable
2011-06-28 17:29:38 +02:00
:ref:`supybot.plugins.Karma.rankingDisplay.` If one *<thing>* is given, returns
2011-06-28 08:11:32 +02:00
the details of its karma; if more than one *<thing>* is given, returns
the total karma of each of the the things. *<channel>* is only necessary
if the message isn't sent on the channel itself.
2011-06-28 17:29:38 +02:00
Maintenance
-----------
.. _command-karma-load:
karma load [<channel>] <filename>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Loads the Karma database for *<channel>* from *<filename>* in the bot's
data directory. *<channel>* is only necessary if the message isn't sent
in the channel itself.
.. _command-karma-dump:
karma dump [<channel>] <filename>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dumps the Karma database for *<channel>* to *<filename>* in the bot's
data directory. *<channel>* is only necessary if the message isn't sent
in the channel itself.