You can't have a multiple line timer like that.

Proper format would be
Code:
/timer 0 180 msg $chan $!read(myfile.txt)


The ! in the read statement ensures that a new line is read each time.