mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
ircrc: strip backspaces, preventing backspace spam (thanks doppler)
This commit is contained in:
parent
3d1908d762
commit
ea413b4a62
1 changed files with 1 additions and 1 deletions
|
@ -248,6 +248,6 @@ if not {
|
||||||
tlsclient tcp!$server!$port <>$p/data1 >[1=0] &
|
tlsclient tcp!$server!$port <>$p/data1 >[1=0] &
|
||||||
}
|
}
|
||||||
netdir=$p
|
netdir=$p
|
||||||
cat $netdir/data | tr -d '\x2\xd\x1f' | pretty &
|
cat $netdir/data | tr -d '\x2\x8\xd\x1f' | pretty &
|
||||||
work
|
work
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue