From 92d86d9806d53531b810c5edaf9be4b6fd773e7d Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 5 Nov 2004 16:22:07 +0000 Subject: [PATCH] We should run these tests periodically. --- plugins/Format.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): """