diff --git a/plugins/Karma/plugin.py b/plugins/Karma/plugin.py index e53b9607b..773325a09 100644 --- a/plugins/Karma/plugin.py +++ b/plugins/Karma/plugin.py @@ -281,10 +281,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]