From b3ca5ed5688f4c63d1678b56c40c249c87fd2a10 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Mon, 23 Aug 2004 16:16:13 +0000 Subject: [PATCH] Updated the help for nickometer. --- plugins/Nickometer.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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)