From c0d95a26d0faebb1bd90d74b429bebd1733e0455 Mon Sep 17 00:00:00 2001 From: James Vega Date: Sat, 15 Jan 2005 23:06:11 +0000 Subject: [PATCH] Fix the bid regexp. --- plugins/Ebay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Ebay.py b/plugins/Ebay.py index 53f42b3b9..46a4fe015 100644 --- a/plugins/Ebay.py +++ b/plugins/Ebay.py @@ -85,7 +85,7 @@ class Ebay(callbacks.PrivmsgCommandAndRegexp): _info = re.compile(r'eBay item (\d+) \([^)]+\) - ([^<]+)', _reopts) - _bid = re.compile(r'((?:Current|Starting) bid):.+?([^<]+?)([^<]+?)<', _reopts) _winningBid = re.compile(r'(Winning bid|Sold for):.+?([^<]+?)([^<]+?)', _reopts)