Quote:
i have experienced the same problem
you will obviously have to tinker but what i arranged was for my bot to say a random line from a txt file every 30 minutes
it begins on start and ends on close let me fetch you the code.
Code:
 
on *:start:{ 
  //.timer 0 1800 msg #channel $!read(babble.txt,n)
} 

just make a txt file named babble and you set
as you can see you do have to specify channel if u want you can make a global var and a text command or popup to change it and insert that in there rather than your speicied channel, it makes little difference



A W E S O M E !!!

It worked!! now lets hope it keeps me from gettitng disconnected!!

thank you both for all your help!! It is much appreciated.