hello, i have a *.txt with some lines of text. i want to parse it to a certain channel. i realized it with: set fs [open "$file2" r] while {![eof $fs]} { gets $fs line if {$line == "" } { } else { putserv "PRIVMSG #xxx :$line"; } } close $fs but it is very slow... is th...
Hi, I've seen anywhere a talkscript for eggdrops. The script automatically learns answers to certain sentences oder words (scripts i found were only able doing that by !learn XXX spoken in the channel). But that script notices automatically. So, if I say "BOTNAME where is X", it reads the ...