diff options
Diffstat (limited to 'src/windows.py')
-rw-r--r-- | src/windows.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/windows.py b/src/windows.py index 68e5df6a..29f80007 100644 --- a/src/windows.py +++ b/src/windows.py @@ -552,8 +552,6 @@ class TextWin(Win): txt = message.txt if not txt: return 0 - else: - txt = txt.replace('\t', ' ') nick = message.nickname if nick and len(nick) >= 25: nick = nick[:25]+'…' |