diff --git a/plugins/Debian.py b/plugins/Debian.py index 8c528bd4e..fb84e3247 100644 --- a/plugins/Debian.py +++ b/plugins/Debian.py @@ -220,6 +220,11 @@ class Debian(callbacks.Privmsg, return else: raise + + if 'is down at the moment' in html: + irc.error(msg, 'Packages.debian.org is down at the moment. ' + 'Please try again later.') + return m = self._debnumpkgsre.search(html) if m: numberOfPackages = m.group(1)