From 5a43c3718b687dafdf061fe757cfb01b3679231f Mon Sep 17 00:00:00 2001 From: James Vega Date: Tue, 31 Aug 2004 13:19:44 +0000 Subject: [PATCH] That was a nasty bug and a stupid mistake on my part\. --- plugins/Ebay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Ebay.py b/plugins/Ebay.py index d20d5989a..6077f437c 100644 --- a/plugins/Ebay.py +++ b/plugins/Ebay.py @@ -115,7 +115,7 @@ class Ebay(callbacks.PrivmsgCommandAndRegexp): irc.reply(str(e)) def ebaySnarfer(self, irc, msg, match): - r"http://cgi\.ebay\.(?:[a-z]+.?)+/(?:.*?/)?(?:ws/)?" \ + r"http://cgi\.ebay\.(?:[a-z]+\.?)+/(?:.*?/)?(?:ws/)?" \ r"eBayISAPI\.dll\?ViewItem(?:&item=\d+|&category=\d+)+" if not self.registryValue('auctionSnarfer', msg.args[0]): return