1
0
mirror of https://github.com/Mikaela/Limnoria.git synced 2025-04-03 14:28:03 +02:00

Fixed minor period-bug in a docstring help

This commit is contained in:
Jeremy Fincher 2003-03-25 23:08:45 +00:00
parent 423e066a19
commit 90687f6d1d

@ -1038,7 +1038,7 @@ class UserCommands(callbacks.Privmsg):
irc.reply(msg, conf.replySuccess)
def whoami(self, irc, msg, args):
"""takes no arguments.
"""takes no arguments
Returns the name of the user calling the command.
"""