i wanted to a script. /who who #chan %nacrihf every 3 minutes in 1 channel and with bind raw 354 to use all those data (example, ban some authnames, ban realnames, make statistic how on is away, detect trojan clients by random nick+ident+not authed and so on. but that`s hardes as i thinked....
.tcl set x "[getchanhost $nickname]" will set x to ident@provider.name.
but:
this little code
Code: Select all
bind pub m|- \$who who:chan:send
proc who:chan:send { nickname hostname handle channel arguments } {
puthelp "who #chan %nacrihf"
}
me was told that i should not use just my own who to the server. this cause some problems.
i need just a possible /who command which will me return all availible variables and a valid bind raw to catch those wars for further actions.
please tell me how i can find a doc/examples for that.