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"] )