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