diff --git a/ASCII/plugin.py b/ASCII/plugin.py index efac106..f29120e 100644 --- a/ASCII/plugin.py +++ b/ASCII/plugin.py @@ -844,7 +844,6 @@ class ASCII(callbacks.Plugin): paste = "" for line in output.splitlines(): line = line.strip('\x0F') - line = line.replace(' ⚡', '⚡') if not line.strip(): paste += line + "\n" #time.sleep(delay)