From 90687f6d1d0114506483132eb2517ca9d5d48d60 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Tue, 25 Mar 2003 23:08:45 +0000 Subject: [PATCH] Fixed minor period-bug in a docstring help --- src/privmsgs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/privmsgs.py b/src/privmsgs.py index 383e097ae..d7b4e9976 100644 --- a/src/privmsgs.py +++ b/src/privmsgs.py @@ -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. """