From 5d10dc204793aaedda266f53bb2f74229a51814a Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 30 Apr 2004 16:55:42 +0000 Subject: [PATCH] Oops, syntax error. --- plugins/Http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Http.py b/plugins/Http.py index 1594fa0f0..41b7b00a4 100644 --- a/plugins/Http.py +++ b/plugins/Http.py @@ -120,7 +120,7 @@ class Http(callbacks.Privmsg): irc.reply('%s is %s bytes long.' % (url, len(s))) else: irc.reply('The server didn\'t tell me how long %s is ' - 'but it\'s longer than %s bytes.' % (url, size) + 'but it\'s longer than %s bytes.' % (url, size)) def title(self, irc, msg, args): """