From f0a495161b564e3f30a3006e7997f5c6793d6b3c Mon Sep 17 00:00:00 2001 From: dave Date: Sun, 12 Oct 2014 21:22:36 -0700 Subject: [PATCH] Changed .nfl formatting --- pyircbot/modules/NFLLive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyircbot/modules/NFLLive.py b/pyircbot/modules/NFLLive.py index 6f6c7cb..a31bb5d 100644 --- a/pyircbot/modules/NFLLive.py +++ b/pyircbot/modules/NFLLive.py @@ -141,7 +141,7 @@ class NFLLive(ModuleBase): ) def formatGameFuture(self, game): - return "%s@%s" % ( + return "\x02%s\x02@\x02%s\x02" % ( game["visitor"], game["home"] )