Hi,
I´m looking for a .tcl so when I write for example: !hello im my channel, the eggdrop will say what I wrote previously in a .txt or what I predefined in the same .tcl
I was looking TCL tutorials and webs and didn´t found nothing similar.
set t {}
foreach e [split [read [open file.txt]] \n] {lappend t $e}
proc foo {n u h c t} {foreach e $::t {puthelp "privmsg $c :$e"}}
bind pub - !hello foo
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use