mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Change to irc.state.copy()
This commit is contained in:
parent
896ce38514
commit
f6c46bc004
@ -105,7 +105,7 @@ class Relay(callbacks.Privmsg):
|
||||
def inFilter(self, irc, msg):
|
||||
if not isinstance(irc, irclib.Irc):
|
||||
irc = irc.getRealIrc()
|
||||
self.ircstates[irc] = copy.copy(irc.state)
|
||||
self.ircstates[irc] = irc.state.copy()
|
||||
return msg
|
||||
|
||||
def startrelay(self, irc, msg, args):
|
||||
|
Loading…
Reference in New Issue
Block a user