mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-04-26 09:47:52 +02: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
|
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user