hello i have this code set f [open $file] seek $f $pos if {[gets $f line]>-1} { putserv "privmsg $chan :$line" it will read line by line from the file.txt the problem is i have long sentence in 1 line is there any way to split it? when the script read . [dot] it will do new privmsg and con...