mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-02 15:44:06 +01:00
Returning after irc.error is good
This commit is contained in:
parent
2ebabe1a73
commit
3672f72b96
@ -384,6 +384,7 @@ class Http(callbacks.Privmsg):
|
|||||||
text = webutils.getUrl(url)
|
text = webutils.getUrl(url)
|
||||||
except webutils.WebError, e:
|
except webutils.WebError, e:
|
||||||
irc.error(str(e))
|
irc.error(str(e))
|
||||||
|
return
|
||||||
if 'daily usage limit' in text:
|
if 'daily usage limit' in text:
|
||||||
irc.error('I have exceeded the site\'s daily usage limit.')
|
irc.error('I have exceeded the site\'s daily usage limit.')
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user