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] &
|
||||
}
|
||||
netdir=$p
|
||||
cat $netdir/data | tr -d '\x2\xd\x1f' | pretty &
|
||||
cat $netdir/data | tr -d '\x2\x8\xd\x1f' | pretty &
|
||||
work
|
||||
|
||||
|
|
Loading…
Reference in a new issue