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):