Updated the help for nickometer.

This commit is contained in:
Jeremy Fincher 2004-08-23 16:16:13 +00:00
parent 8f47f0bb0d
commit b3ca5ed568

View File

@ -103,9 +103,10 @@ class Nickometer(callbacks.Privmsg):
return damage return damage
def nickometer(self, irc, msg, args): def nickometer(self, irc, msg, args):
"""<nick> """[<nick>]
Tells you how lame said nick is. Tells you how lame said nick is. If <nick> is not given, uses the
nick of the person giving the command.
""" """
score = 0L score = 0L
nick = privmsgs.getArgs(args, required=0, optional=1) nick = privmsgs.getArgs(args, required=0, optional=1)