diff --git a/plugins/Karma.py b/plugins/Karma.py index 6493e931a..79d992840 100644 --- a/plugins/Karma.py +++ b/plugins/Karma.py @@ -277,7 +277,7 @@ class Karma(callbacks.Privmsg): self._doKarma(irc, channel, thing) def karma(self, irc, msg, args, channel, things): - """[] [ [ ...]] + """[] [ ...] Returns the karma of . If is not given, returns the top three and bottom three karmas. If one is given, returns the @@ -333,7 +333,7 @@ class Karma(callbacks.Privmsg): s = 'Highest karma: %s. Lowest karma: %s.%s' % \ (utils.commaAndify(highest), utils.commaAndify(lowest), rankS) irc.reply(s) - karma = wrap(karma, ['channel', many('something')]) + karma = wrap(karma, ['channel', any('something')]) _mostAbbrev = utils.abbrev(['increased', 'decreased', 'active']) def most(self, irc, msg, args, channel, kind):