Code: Select all
bind pubm - hello pubm:hello
set handle "psyjoniz"
proc pubm:hello {handle} {
global botnick
putserv "hello, $handle, i am $botnick"
}what am i doing wrong?
and yes - i am including the tcl script correctly as i pointed it in the wrong direction and got an error the pointed it correctly and no error (bot loaded correctly; joined preset channel; updated flags when ops was given).
very confused - any help would be much appreciated. thanks.