diff --git a/plugins/Format.py b/plugins/Format.py index 10e7aaf13..e873630ad 100644 --- a/plugins/Format.py +++ b/plugins/Format.py @@ -159,7 +159,7 @@ class Format(callbacks.Privmsg): removed by concat. """ irc.reply(first+second) - concat = wrap(concat, ['text', 'text']) + concat = wrap(concat, ['something', 'text']) def cut(self, irc, msg, args, size, text): """