diff --git a/plugins/Nickometer.py b/plugins/Nickometer.py index 4fa94d9e2..358dbe0bb 100644 --- a/plugins/Nickometer.py +++ b/plugins/Nickometer.py @@ -103,9 +103,10 @@ class Nickometer(callbacks.Privmsg): return damage def nickometer(self, irc, msg, args): - """ + """[] - Tells you how lame said nick is. + Tells you how lame said nick is. If is not given, uses the + nick of the person giving the command. """ score = 0L nick = privmsgs.getArgs(args, required=0, optional=1)