mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-24 03:29:28 +01:00
unreal: fix typo in one updateTS call
This commit is contained in:
parent
1eb7ea5116
commit
fcd1bf5c37
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user