diff --git a/plugins/Http.py b/plugins/Http.py index 7eacc28d3..b2d0f0103 100644 --- a/plugins/Http.py +++ b/plugins/Http.py @@ -65,9 +65,7 @@ class FreshmeatException(Exception): class Http(callbacks.Privmsg): threaded = True - _titleRe = re.compile(r'(.*?)', re.I | re.S) - def callCommand(self, name, irc, msg, *L, **kwargs): try: super(Http, self).callCommand(name, irc, msg, *L, **kwargs)