i got this code on my tcl scripts
it will ban *!*ident@66.66.66.*set bmask [lindex [split [maskhost [getchanhost $nick $chan]] ~] end]
i want to change it like *!*ident@66.66.66.66
is it possible? any expert help me please...
Thank You
it will ban *!*ident@66.66.66.*set bmask [lindex [split [maskhost [getchanhost $nick $chan]] ~] end]
Code: Select all
*!*[getchanhost $nick $chan]
Code: Select all
*!$uhost
Code: Select all
*!*[string trimleft $uhost ~]