3
0
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:
James Lu 2015-11-11 19:09:30 -08:00
parent 1eb7ea5116
commit fcd1bf5c37

View File

@ -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)