From cda35a500e3cb8704ccfbe2dcbd526aae6882a5d Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Sat, 20 Oct 2012 12:15:26 +1300 Subject: [PATCH] unboldit --- plugins/time.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/time.py b/plugins/time.py index ac030a5..88937d6 100755 --- a/plugins/time.py +++ b/plugins/time.py @@ -55,4 +55,4 @@ def beats(inp): if beat > 1000: beat -= 1000 - return "\x02Swatch Internet Time:\x02 @%06.2f" % beat + return "Swatch Internet Time: @%06.2f" % beat