Translate newlines

This commit is contained in:
polyfloyd 2016-09-26 00:14:56 +02:00
parent 06cf55a808
commit 1eb740aa78

View file

@ -25,7 +25,7 @@ echo "JOIN $CHANNEL"
tail -f "$loop" &
while true; do
echo "NOTICE $CHANNEL $(nc -lp "$INPORT")"
echo "NOTICE $CHANNEL $(nc -lp "$INPORT" | tr '\n' ' ')"
done
} | \
nc "$SERVER" 6667 | while read message; do