mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Oops, accidentally committed a tyop in a comment.
This commit is contained in:
parent
a6d71770c9
commit
b1654bd4bc
@ -66,7 +66,7 @@ class ChannelLogger(irclib.IrcCallback):
|
|||||||
if self.lastMsg:
|
if self.lastMsg:
|
||||||
self.laststate.addMsg(irc, self.lastMsg)
|
self.laststate.addMsg(irc, self.lastMsg)
|
||||||
finally:
|
finally:
|
||||||
# We must make this always gets updatedm
|
# We must make sure this always gets updated.
|
||||||
self.lastMsg = msg
|
self.lastMsg = msg
|
||||||
|
|
||||||
def reset(self):
|
def reset(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user