diff --git a/plugins/Utilities.py b/plugins/Utilities.py index 4bfa1a3d2..ac6aeae2b 100644 --- a/plugins/Utilities.py +++ b/plugins/Utilities.py @@ -58,7 +58,7 @@ class Utilities(callbacks.Privmsg): (sep, text) = privmsgs.getArgs(args, needed=2) if sep == '': sep = None - irc.reply(msg, text.split(sep)) + irc.reply(msg, ' '.join(text.split(sep))) def echo(self, irc, msg, args): """takes any number of arguments