Skip to content

Commit

Permalink
Fix commit 17227a6.
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed Aug 28, 2012
1 parent 17227a6 commit ba876d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/AutoMode/plugin.py
Expand Up @@ -79,7 +79,7 @@ def f():
if not dismiss():
irc.queueMsg(msg)
else:
self.log.info('Dismissing auto-mode for ProgVal.')
self.log.info('Dismissing auto-mode for %s.' % msg.nick)
delay = self.registryValue('delay', channel)
if delay:
schedule.addEvent(f, time.time() + delay)
Expand Down

2 comments on commit ba876d7

@Mikaela
Copy link
Contributor

@Mikaela Mikaela commented on ba876d7 Sep 3, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would that have replaced all nicks with ProgVal in logs about dismissing auto-mode? :D

@progval
Copy link
Owner Author

@progval progval commented on ba876d7 Sep 3, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes...

Please sign in to comment.