Limnoria/plugins/Karma
Mikaela Suomalainen 4d6c7ab39e Karma: fix quoting in README.md and one mistake.
* plugins.karma.allowunaddressedkarma doesn't mean that the bot must be addressed by nick. It must be addressed, but that can also happen with prefix.

[SKIP CI]
2014-06-08 17:10:28 +03:00
..
locales Karma: update l10n-fi. 2014-03-22 16:11:48 +02:00
README.md Karma: fix quoting in README.md and one mistake. 2014-06-08 17:10:28 +03:00
__init__.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
config.py Karma: make allowUnaddressedKarma True by default & update README. 2014-05-07 06:08:52 +03:00
messages.pot PluginDownloader: update l10n-fi. 2014-03-22 16:38:16 +02:00
plugin.py Continue accelerating the 2to3 step (remove fix_map). 2014-01-21 10:57:38 +01:00
test.py Remove Python2.4-specific code. 2013-07-13 17:28:21 +02:00

README.md

This will increase or decrease karma for the item.

If config plugins.karma.allowUnaddressedKarma is set to True (default since 2014.05.07), saying boats++ will give 1 karma to boats, and ships-- will subtract 1 karma from ships.

However, if you use this in a sentence, like That deserves a ++. Kevin++, 1 karma will be added to That deserves a ++. Kevin, so you should only add or subtract karma in a line that doesnt have anything else in it.

If config plugins.karma.allowUnaddressedKarma is set to False, you must address the bot with nick or prefix to add or subtract karma.