mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-20 07:30:54 +01:00
Privmsg, not PrivmsgCommand
This commit is contained in:
parent
a62b731571
commit
b76ed61d5b
@ -65,7 +65,7 @@ conf.registerPlugin('Http')
|
|||||||
class FreshmeatException(Exception):
|
class FreshmeatException(Exception):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
class Http(callbacks.PrivmsgCommand):
|
class Http(callbacks.Privmsg):
|
||||||
threaded = True
|
threaded = True
|
||||||
|
|
||||||
_titleRe = re.compile(r'<title>(.*?)</title>', re.I | re.S)
|
_titleRe = re.compile(r'<title>(.*?)</title>', re.I | re.S)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user