Quote:

I would like to see it built in. "Protection against multiple queries being opened." Maybe an option to set max queries would be good. Theese examples wont work against 350 floodclones... mIRC just hangs untill all 350 queries r opened...


on ^*:OPEN:?:*: {
if ($query(0) >= 20) {
if (!$window($+(@Query, $cid))) {
window -nv $+(@Query, $cid)
}
aline -hpi2 $+(@Query, $cid) $timestamp $+(<,$nick,>) $1-
halt
}
}