mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
This is just super.
This commit is contained in:
parent
386a23090b
commit
975b2806a2
@ -84,9 +84,9 @@ class Http(callbacks.PrivmsgCommandAndRegexp):
|
|||||||
|
|
||||||
_titleRe = re.compile(r'<title>(.*?)</title>', re.I | re.S)
|
_titleRe = re.compile(r'<title>(.*?)</title>', re.I | re.S)
|
||||||
|
|
||||||
def callCommand(self, method, irc, msg, *L, **kwargs):
|
def callCommand(self, name, irc, msg, *L, **kwargs):
|
||||||
try:
|
try:
|
||||||
super(Http, self).callCommand(method, irc, msg, *L, **kwargs)
|
super(Http, self).callCommand(name, irc, msg, *L, **kwargs)
|
||||||
except webutils.WebError, e:
|
except webutils.WebError, e:
|
||||||
irc.error(str(e))
|
irc.error(str(e))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user