From 3672f72b96833e56a86a70a511e8b510bb7c0665 Mon Sep 17 00:00:00 2001 From: James Vega Date: Sat, 1 May 2004 19:25:19 +0000 Subject: [PATCH] Returning after irc.error is good --- plugins/Http.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Http.py b/plugins/Http.py index 41b7b00a4..525295fd1 100644 --- a/plugins/Http.py +++ b/plugins/Http.py @@ -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