Updated the function to match the help.

This commit is contained in:
Jeremy Fincher 2004-07-17 16:51:27 +00:00
parent 7bf740db35
commit bc1027d8cc
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class Utilities(callbacks.Privmsg):
course, will break out of this command. <text>, if given, will be
appended to the end of the success message.
"""
text = privmsgs.getArgs(args)
text = privmsgs.getArgs(args, required=0, optional=1)
irc.replySuccess(text)
def last(self, irc, msg, args):