diff --git a/plugins/ChannelLogger.py b/plugins/ChannelLogger.py index 672e58c8a..c5e74a763 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 updated. + # We must make this always gets updatedm self.lastMsg = msg def reset(self):