Privmsg, not PrivmsgCommand

This commit is contained in:
James Vega 2004-09-09 00:12:44 +00:00
parent a62b731571
commit b76ed61d5b

View File

@ -65,7 +65,7 @@ conf.registerPlugin('Http')
class FreshmeatException(Exception):
pass
class Http(callbacks.PrivmsgCommand):
class Http(callbacks.Privmsg):
threaded = True
_titleRe = re.compile(r'<title>(.*?)</title>', re.I | re.S)