mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Privmsg, not PrivmsgCommand
This commit is contained in:
parent
a62b731571
commit
b76ed61d5b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user