mIRC Home    About    Download    Register    News    Help

Print Thread
#140090 21/01/06 09:39 PM
Joined: Jan 2006
Posts: 7
G
ginoxy Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
G
Joined: Jan 2006
Posts: 7
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 ?

Last edited by ginoxy; 21/01/06 09:39 PM.
#140091 22/01/06 06:42 AM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
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

#140092 22/01/06 01:37 PM
Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
Silence is an irc command and perfectly valid.

#140093 22/01/06 05:25 PM
Joined: Oct 2005
Posts: 1,741
G
Hoopy frood
Offline
Hoopy frood
G
Joined: Oct 2005
Posts: 1,741
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

#140094 22/01/06 07:23 PM
Joined: Jan 2006
Posts: 7
G
ginoxy Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
G
Joined: Jan 2006
Posts: 7
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 ;/

#140095 22/01/06 09:40 PM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
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.

#140096 22/01/06 09:44 PM
Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
Most ircds should have that information in the 005 raw numeric (SILENCE=15, for example.)

#140097 23/01/06 11:36 AM
Joined: Jan 2006
Posts: 7
G
ginoxy Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
G
Joined: Jan 2006
Posts: 7
So hixxy ! what can i do now?

any idea please?

#140098 23/01/06 11:50 AM
Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
No idea since your script is fine.

#140099 23/01/06 01:34 PM
Joined: Jan 2006
Posts: 7
G
ginoxy Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
G
Joined: Jan 2006
Posts: 7
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 !

#140100 25/01/06 06:51 PM
Joined: Jan 2006
Posts: 7
G
ginoxy Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
G
Joined: Jan 2006
Posts: 7
any idea ?

#140101 25/01/06 07:00 PM
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
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..


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#140102 26/01/06 07:05 PM
Joined: Jan 2006
Posts: 7
G
ginoxy Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
G
Joined: Jan 2006
Posts: 7
sparta !
thanks for replying me .. i will try that ! i hope its working !

smile


Link Copied to Clipboard