mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Updated the help for nickometer.
This commit is contained in:
parent
8f47f0bb0d
commit
b3ca5ed568
@ -103,9 +103,10 @@ class Nickometer(callbacks.Privmsg):
|
||||
return damage
|
||||
|
||||
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
|
||||
nick = privmsgs.getArgs(args, required=0, optional=1)
|
||||
|
Loading…
Reference in New Issue
Block a user