From fcd1bf5c3747c225d4ea45c363e24a4b3da55bfc Mon Sep 17 00:00:00 2001 From: James Lu Date: Wed, 11 Nov 2015 19:09:30 -0800 Subject: [PATCH] unreal: fix typo in one updateTS call --- protocols/unreal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/unreal.py b/protocols/unreal.py index 4338528..4113a33 100644 --- a/protocols/unreal.py +++ b/protocols/unreal.py @@ -380,7 +380,7 @@ class UnrealProtocol(TS6BaseProtocol): our_ts = self.irc.channels[channel].ts their_ts = int(args[0]) - self.updateTS(self, channel, their_ts) + self.updateTS(channel, their_ts) namelist = [] log.debug('(%s) handle_sjoin: got userlist %r for %r', self.irc.name, userlist, channel)