3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-12-24 19:52:53 +01:00

updateTS: fix typo in error message

This commit is contained in:
James Lu 2016-06-25 14:00:26 -07:00
parent 170de377ca
commit 9d7fb4ed70

View File

@ -1088,7 +1088,7 @@ class Protocol():
our_ts = self.irc.channels[channel].ts
assert type(our_ts) == int, "Wrong type for our_ts (expected int, got %s)" % type(our_ts)
assert type(their_ts) == int, "Wrong type for our_ts (expected int, got %s)" % type(their_ts)
assert type(their_ts) == int, "Wrong type for their_ts (expected int, got %s)" % type(their_ts)
if their_ts < our_ts:
# Their TS is older than ours. We should clear our stored modes for the channel and