Skip to content

Commit

Permalink
typo: _nick -> me
Browse files Browse the repository at this point in the history
  • Loading branch information
chmduquesne committed Aug 21, 2015
1 parent a7f1157 commit 8b34a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/lag.py
Expand Up @@ -49,4 +49,4 @@ def handle_msg(self, msg_text, _chan, me):
)

# wipe out the pending mention
self.last_mention[_nick] = None
self.last_mention[me] = None

0 comments on commit 8b34a64

Please sign in to comment.