mIRC Homepage
Posted By: ginoxy Flood problem - 21/01/06 09:39 PM
help please !
i have this problem , and its not working any more

----

on ^*:open:?: {
if ($query(0) > 5) {
.ignore -pu45 *
silence + $+ $wildsite
echo -a Query window flood detected, ignoring messages for 45 seconds...

haltdef
}
}


----

any idea ?
Posted By: RusselB Re: Flood problem - 22/01/06 06:42 AM
This part is not valid in mIRC without additional coding
Code:
 silence + $+ $wildsite  


If you have the additional coding to make that valid, please post it, as that is the only thing I can see that's wrong with what you posted
Posted By: hixxy Re: Flood problem - 22/01/06 01:37 PM
Silence is an irc command and perfectly valid.
Posted By: genius_at_work Re: Flood problem - 22/01/06 05:25 PM
I don't know if all IRCd's are the same, but I think some networks are limited in the number of items that can be added to the silence list for each user.

-genius_at_work
Posted By: ginoxy Re: Flood problem - 22/01/06 07:23 PM
so i must delete that line ?

it was working Fine with older versions before 6.16 but now its not working !

i need script like that to avoid txt flooding ;/
Posted By: RusselB Re: Flood problem - 22/01/06 09:40 PM
According to hixxy, that line is fine. I wasn't aware of that command in IRC and I couldn't find it in the mIRC help file, which is why I posted what I did.
Posted By: hixxy Re: Flood problem - 22/01/06 09:44 PM
Most ircds should have that information in the 005 raw numeric (SILENCE=15, for example.)
Posted By: ginoxy Re: Flood problem - 23/01/06 11:36 AM
So hixxy ! what can i do now?

any idea please?
Posted By: hixxy Re: Flood problem - 23/01/06 11:50 AM
No idea since your script is fine.
Posted By: ginoxy Re: Flood problem - 23/01/06 01:34 PM
yes but still im recieving msgs that floods me !

before it was working fine
when i reciev 5 msgs at the same time it runs the close +m or something like that i dont remember ! so it keeps me away from the world for like 45 seconds or one min !
Posted By: ginoxy Re: Flood problem - 25/01/06 06:51 PM
any idea ?
Posted By: sparta Re: Flood problem - 25/01/06 07:00 PM
close -m close the private messages.. and just simply ignore if thats what you want?
Code:
on ^*:open:?: {
if ($query(0) > 5) {
.ignore -pu45 *
close -m $nick
echo -a Query window flood detected, ignoring messages for 45 seconds...
haltdef
}
}

and the code is triggered when the querys are more then 5, not when they are 5..
Posted By: ginoxy Re: Flood problem - 26/01/06 07:05 PM
sparta !
thanks for replying me .. i will try that ! i hope its working !

smile
© mIRC Discussion Forums