hello all i have this working code with me however its versioning every ip but i jus want it to version certain ips like for example *!*@125.* *!*@118.* , i tried to play around with it but with no success,help will be appreciated.. Code is listed below :
proc check:version {nick uhost hand chan} {
if {[isop $nick $chan] || [isvoice $nick $chan] || [matchattr $hand Pfov|Pfov $chan]
|| [string match "*@125.*" $uhost] || [string match "*@118.*" $uhost] } {
return 0
}
}
If you don't want to exclude too much hostmask, you can easily manage it
P.S.: do you know you can say "thank you" when a post/poster helps you. I won't help you anymore until you learn that being polite is also a rule in forums.