From 45abdc82485633d709a0eee98ccef111f4101bef Mon Sep 17 00:00:00 2001 From: James Vega Date: Wed, 8 Sep 2010 23:44:40 -0400 Subject: [PATCH] Karma: Refer to plugins.Karma.rankingDisplay in Karma.karma's help. Signed-off-by: James Vega --- plugins/Karma/plugin.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/plugins/Karma/plugin.py b/plugins/Karma/plugin.py index 4f4c8eebd..02570b5af 100644 --- a/plugins/Karma/plugin.py +++ b/plugins/Karma/plugin.py @@ -277,10 +277,11 @@ class Karma(callbacks.Plugin): """[] [ ...] Returns the karma of . If is not given, returns the top - three and bottom three karmas. If one is given, returns the - details of its karma; if more than one is given, returns the - total karma of each of the the things. is only necessary if - the message isn't sent on the channel itself. + N karmas, where N is determined by the config variable + supybot.plugins.Karma.rankingDisplay. If one is given, returns + the details of its karma; if more than one is given, returns + the total karma of each of the the things. is only necessary + if the message isn't sent on the channel itself. """ if len(things) == 1: name = things[0]