That was a nasty bug and a stupid mistake on my part\.

This commit is contained in:
James Vega 2004-08-31 13:19:44 +00:00
parent 6985fe3803
commit 5a43c3718b
1 changed files with 1 additions and 1 deletions

View File

@ -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