From 800efee2ea27aa4413b8c5afb11e73ecbe5d34a8 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Mon, 2 Jun 2003 07:21:35 +0000 Subject: [PATCH] Removed spurious quoting from acronym. --- plugins/Http.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Http.py b/plugins/Http.py index 7d0f462e6..66a43dde6 100644 --- a/plugins/Http.py +++ b/plugins/Http.py @@ -324,8 +324,8 @@ class Http(callbacks.Privmsg): irc.reply(msg, 'No definitions found.') else: s = ircutils.privmsgPayload([repr(s.strip()) for s in defs[1:-1]], - '," or "') - irc.reply(msg, '%s could be "%s"' % (acronym, s)) + ', or ') + irc.reply(msg, '%s could be %s' % (acronym, s)) _netcraftre = re.compile(r'whatos text -->(.*?)