I'd like the tcl to display the person's ip in op's notice. I'v it to display the host, but im not sure how to make it display the ip.
I'll post the code from my tcl. Mind you im new to tcl Just started two day's ago been reading up quite a bit on in it. THat suninet site doesnt help as much as I'd like. Any recommendations on where to learn would be great.
Code: Select all
bind pub - !verify verify
proc verify {nick host hand chan text} {
putserv "NOTICE $nick : $nick, Verification involves having an op verify you on cam. Please state your age/sex in channel and have Netmeeting open and your cam pointed at your face. An op will contact you momentarily to be verified. Thank you."
putserv "NOTICE @#adultnetmeeting :OPS, $nick wishes to be verified. So please see to it that he/she is $host"
}