From 3f9bf74d3affe63fc793afeb24373d1ec7e481db Mon Sep 17 00:00:00 2001 From: Gordon Shumway <39967334+oddluck@users.noreply.github.com> Date: Tue, 26 Feb 2019 18:53:51 -0500 Subject: [PATCH] another prefixNick=False --- DuckHunt/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DuckHunt/plugin.py b/DuckHunt/plugin.py index 00841f8..f62c52a 100644 --- a/DuckHunt/plugin.py +++ b/DuckHunt/plugin.py @@ -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