mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 11:12:47 +01:00
Fixed leftover debuging line and TypeError
This commit is contained in:
parent
c41b2c2109
commit
cd350457b2
@ -379,7 +379,7 @@ class Privmsg(irclib.IrcCallback):
|
|||||||
|
|
||||||
|
|
||||||
class IrcObjectProxyRegexp:
|
class IrcObjectProxyRegexp:
|
||||||
def __init__(self, irc):
|
def __init__(self, irc, *args):
|
||||||
self.irc = irc
|
self.irc = irc
|
||||||
|
|
||||||
def error(self, msg, s):
|
def error(self, msg, s):
|
||||||
@ -389,7 +389,6 @@ class IrcObjectProxyRegexp:
|
|||||||
self.irc.queueMsg(reply(msg, s))
|
self.irc.queueMsg(reply(msg, s))
|
||||||
|
|
||||||
def __getattr__(self, attr):
|
def __getattr__(self, attr):
|
||||||
print attr
|
|
||||||
return getattr(self.irc, attr)
|
return getattr(self.irc, attr)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user