Oops, accidentally committed a tyop in a comment.

This commit is contained in:
Jeremy Fincher 2003-09-23 16:17:13 +00:00
parent a6d71770c9
commit b1654bd4bc
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ class ChannelLogger(irclib.IrcCallback):
if self.lastMsg:
self.laststate.addMsg(irc, self.lastMsg)
finally:
# We must make this always gets updatedm
# We must make sure this always gets updated.
self.lastMsg = msg
def reset(self):