Returning after irc.error is good

This commit is contained in:
James Vega 2004-05-01 19:25:19 +00:00
parent 2ebabe1a73
commit 3672f72b96
1 changed files with 1 additions and 0 deletions

View File

@ -384,6 +384,7 @@ class Http(callbacks.Privmsg):
text = webutils.getUrl(url)
except webutils.WebError, e:
irc.error(str(e))
return
if 'daily usage limit' in text:
irc.error('I have exceeded the site\'s daily usage limit.')
return