mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Removed an extra self in my __parent call.
This commit is contained in:
parent
a056b12959
commit
93b030640d
@ -58,7 +58,7 @@ class Relay(callbacks.Privmsg):
|
|||||||
self.ircstates[irc].addMsg(irc, self.lastmsg[irc])
|
self.ircstates[irc].addMsg(irc, self.lastmsg[irc])
|
||||||
finally:
|
finally:
|
||||||
self.lastmsg[irc] = msg
|
self.lastmsg[irc] = msg
|
||||||
self.__parent.__call__(self, irc, msg)
|
self.__parent.__call__(irc, msg)
|
||||||
|
|
||||||
def do376(self, irc, msg):
|
def do376(self, irc, msg):
|
||||||
networkGroup = conf.supybot.networks.get(irc.network)
|
networkGroup = conf.supybot.networks.get(irc.network)
|
||||||
|
Loading…
Reference in New Issue
Block a user