another prefixNick=False

This commit is contained in:
Gordon Shumway 2019-02-26 18:53:51 -05:00 committed by GitHub
parent 5bf5daacf0
commit 3f9bf74d3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -889,7 +889,7 @@ class DuckHunt(callbacks.Plugin):
self.scores[currentChannel] = {}
self.scores[currentChannel][msg.nick] = 1
irc.reply("\_x< %s: %i (%.2f seconds)" % (msg.nick, self.scores[currentChannel][msg.nick], bangdelay))
irc.reply("\_x< %s: %i (%.2f seconds)" % (msg.nick, self.scores[currentChannel][msg.nick], bangdelay), prefixNick=False)
self.averagetime[currentChannel] += bangdelay