add new help text for new karma command

This commit is contained in:
Mike Bloy 2011-01-20 10:12:28 -06:00
parent 2cc79b42a6
commit ce42bca43a

View File

@ -247,7 +247,7 @@ class Karma(Module):
!rank [item] - get the current karma value for item
!karma stat [nick] - report on the karma-giving statistics of nick
!karma report (highest|lowest) - report on the highest or lowest karma recipients
!karma report (positive|negative) - report on the biggest optimists or pessimists"""
!karma report (top|positive|negative) - report on the biggest karma givers, optimists or pessimists"""
def help_detail(self, command):
"""Return detailed help for the given command. Return None if there
@ -265,7 +265,9 @@ class Karma(Module):
!karma report highest - report on the top 5 karma recipients
!karma report lowest - report on the bottom 5 karma recipients
!karma report positive - report on the 5 most positive karma givers
!karma report negative - report on the 5 most negative karma givers"""
!karma report negative - report on the 5 most negative karma givers
!karma report top - report on the top 5 total karma givers
"""
else:
return None