From b1654bd4bc000684ed8c54fddeb1256f4029de26 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Tue, 23 Sep 2003 16:17:13 +0000 Subject: [PATCH] Oops, accidentally committed a tyop in a comment. --- plugins/ChannelLogger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ChannelLogger.py b/plugins/ChannelLogger.py index c5e74a763..9588d1e46 100644 --- a/plugins/ChannelLogger.py +++ b/plugins/ChannelLogger.py @@ -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):