Of course I can't reproduce the bug when I'm testing the fix for it, but this

should take care of the bad error message.
This commit is contained in:
James Vega 2003-11-14 14:06:19 +00:00
parent fba0e908f7
commit 557e518a96
1 changed files with 2 additions and 0 deletions

View File

@ -309,6 +309,8 @@ class Sourceforge(callbacks.PrivmsgCommandAndRegexp, plugins.Configurable):
ircutils.bold(num), '; '.join(resp)), prefixName = False)
except urllib2.HTTPError, e:
debug.msg(e.msg())
except error, e:
debug.msg(e.msg())
sfSnarfer = privmsgs.urlSnarfer(sfSnarfer)
Class = Sourceforge