mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 02:24:12 +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)
|
||||
|
||||
def callCommand(self, method, irc, msg, *L, **kwargs):
|
||||
def callCommand(self, name, irc, msg, *L, **kwargs):
|
||||
try:
|
||||
super(Http, self).callCommand(method, irc, msg, *L, **kwargs)
|
||||
super(Http, self).callCommand(name, irc, msg, *L, **kwargs)
|
||||
except webutils.WebError, e:
|
||||
irc.error(str(e))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user