ok i am a noob with scripting so i decided to ask for help in here > i found this script >
####################################
set channel "#blah"
set text1 "check out our website at http://blahblahblah"
bind time - "00 * * * *" text1time
proc text1time {n h handle ch te} {
global text1 channel
foreach chan $channel {
putserv "PRIVMSG $chan :$text1"
}
}
####################################
Now it's like messaging the channel every hour or so, but i want it message the channel ever minute or 40 seconds, anyone who could help me with this? Appriciated!
-lawina-