diff --git a/server.py b/server.py index c6fc6ea..ae5fa7f 100644 --- a/server.py +++ b/server.py @@ -62,7 +62,7 @@ def printstring(s): for c in s: if last_c == '§': change_color(c) - else: + elif c != '§': printchar(c) last_c = c