fix color

This commit is contained in:
Ben Harris 2020-06-18 02:03:47 -04:00
parent 7e492f165f
commit c6859e2513
1 changed files with 1 additions and 1 deletions

2
bot.sh
View File

@ -10,7 +10,7 @@ printf "starting %s: %s\n" "$nick" "$(date "+[%y:%m:%d %T]")"
function send {
printf "> %s: %s\n" "$(date "+[%y:%m:%d %T]")" "$1"
printf "%s\r\n" "$1" >> input.txt
printf "%b\r\n" "$1" >> input.txt
}
function msg {