Hi, i have noticed if there are floods going on, and flooders are using an ident ~flooder@...., bot is banning an ident *!*flooder@*, even strict-host is set to 1. Any advise/suggestions to fix this, because since strict-host is set to 1, it should ban *!~flooder@*..
Thanks ppslim, is there anyway to fix this, because flooders used mostly ~ident@, and they try to use ops/bots's ident, so if bot will ban like *!~ident@*, this will rid flooders and will save those users, don't have ~
so another words if flooders are using an ident ~ident@.. get baned *!~ident@* or if they are using an ident without ~ like ident@... get baned *!ident@*
i saw these codes, just like to make sure, because don't want to break the script.
proc sl_dcheck {bhosts} {
set blist ""
foreach bhost $bhosts {
set baddr [lindex [split [maskhost $bhost] "@"] 1]
set bident [string trimleft [lindex [split $bhost "@"] 0] "~"]