mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-19 08:59:27 +01:00
Fixed minor period-bug in a docstring help
This commit is contained in:
parent
423e066a19
commit
90687f6d1d
@ -1038,7 +1038,7 @@ class UserCommands(callbacks.Privmsg):
|
|||||||
irc.reply(msg, conf.replySuccess)
|
irc.reply(msg, conf.replySuccess)
|
||||||
|
|
||||||
def whoami(self, irc, msg, args):
|
def whoami(self, irc, msg, args):
|
||||||
"""takes no arguments.
|
"""takes no arguments
|
||||||
|
|
||||||
Returns the name of the user calling the command.
|
Returns the name of the user calling the command.
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user