Translate newlines
This commit is contained in:
parent
06cf55a808
commit
1eb740aa78
1 changed files with 1 additions and 1 deletions
2
irc-bot
2
irc-bot
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue