From 7db748c448138a306b0b04fe01a25de88def886f Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Fri, 6 Jul 2012 00:46:33 -0400 Subject: [PATCH] Bold the nick when trouting. --- earwigbot/commands/trout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earwigbot/commands/trout.py b/earwigbot/commands/trout.py index d4ab14e..fd203c9 100644 --- a/earwigbot/commands/trout.py +++ b/earwigbot/commands/trout.py @@ -44,5 +44,5 @@ class Trout(Command): if normal in self.exceptions: self.reply(data, self.exceptions[normal]) else: - msg = "slaps {0} around a bit with a large {1}." + msg = "slaps \x02{0}\x0F around a bit with a large {1}." self.action(data.chan, msg.format(target, animal))