From bc1027d8cc2135d8c96adb3deca472ccaffd064b Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sat, 17 Jul 2004 16:51:27 +0000 Subject: [PATCH] Updated the function to match the help. --- plugins/Utilities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Utilities.py b/plugins/Utilities.py index 6062e9003..718e64e91 100644 --- a/plugins/Utilities.py +++ b/plugins/Utilities.py @@ -72,7 +72,7 @@ class Utilities(callbacks.Privmsg): course, will break out of this command. , 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):