mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 20:52:42 +01:00
Added additional help for karma command.
This commit is contained in:
parent
f9a7bf0609
commit
0e0dad2341
@ -312,9 +312,10 @@ class ChannelDB(callbacks.PrivmsgCommandAndRegexp, ChannelDBHandler):
|
||||
irc.reply(msg, s)
|
||||
|
||||
def karma(self, irc, msg, args):
|
||||
"""[<channel>] <text>
|
||||
"""[<channel>] [<text>]
|
||||
|
||||
Returns the karma of <text>. <channel> is only necessary if the
|
||||
Returns the karma of <text>. If <text> is not given, returns the top
|
||||
three and bottom three karmas. <channel> is only necessary if the
|
||||
message isn't sent on the channel itself.
|
||||
"""
|
||||
channel = privmsgs.getChannel(msg, args)
|
||||
|
Loading…
Reference in New Issue
Block a user