i am new i come from germany also sorry for my english.
okay i have a tcl script but dont work the error is unkown command the script is :
Code: Select all
#################################
#################################
#TCL-Script für den Bot:
#################################
utimer 10 newthreads
proc newthreads { } {
set forumfile [open http://your.site.com/vbb/tmp/newthread.dat r]
while {![eof $forumfile]} {
gets $forumfile lalala
if {$lalala != ""} { puthelp "PRIVMSG #yourchannel :$lalala!" }
}
close $forumfile
set forumfile [open http://your.site.com/vbb/tmp/newthread.dat w]
puts $forumfile ""
close $forumfile
utimer 10 newthreads
}
#################################
#################################
i will when people make a new topic/Thread , the eggdrop post in my channel , i need the right script ... when you have it please tell me
Big ThankZ
P.S.: [20:00] TCL error in script for 'timer21':
[20:00] couldn't open "http://your.site.com/tmp/newthread.dat": no such file or directory