Anti-Repeat
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 7.0 (of 1 scores) |
| Date Added | Mar 15, 2008 |
| Last Updated | Mar 15, 2008 |
| Tags | anti antirepeat antispam bluethen repeat script snippet spam |
Introduction
To install, put this scripts in your Remote Scripts (Alt R), and
lala! You are now safe from repetitive spam.
mIRC Snippet:
Anti-Repeat
Posted on Mar 17, 2008 12:52 am
Posted on Mar 17, 2008 12:52 am
Wow great. I like it.
mIRC Snippet:
Anti-Repeat
Posted on Nov 8, 2008 9:42 pm
Posted on Nov 8, 2008 9:42 pm
This one is great. I like it but when they repeat 6 times it echo another Halted text from $nick sooo... it really doesn't like make it so mIRC doesn't see it just make you don't see. What I mean.
mIRC Snippet:
Anti-Repeat
Posted on Nov 8, 2008 9:47 pm
Posted on Nov 8, 2008 9:47 pm
Kind of the point is just so you don't see it, mIRC still has to parse it :P
mIRC Snippet:
Anti-Repeat
Posted on Nov 9, 2008 2:31 am
Posted on Nov 9, 2008 2:31 am
question for you Blue Then.. could you do an update or let me know what to edit as this has more than just a personal setting that has me interested.. this could be a very effective anti-flood for a channel. i been looking for something similiar for a while.. this is getting a 7 straight up from me. nice job as always
mIRC Snippet:
Anti-Repeat
Posted on Nov 9, 2008 8:33 am
Posted on Nov 9, 2008 8:33 am
Glad you liked it!
If you want to make it more channel oriented, you can change
into
Replace 3 with whatever number you want. The lower it is, the more harsh the bot is.
Then change the first line of the code into
Replace #channel with whatever channel you like.
If you want to make it more channel oriented, you can change
| Code: |
| if ($readini(logs.ini,$nick,warns) >= 3) { if ($readini(logs.ini,$nick,warns) == 3) { .echo -mt Halted text from: $nick for repetitive text. } haltdef } |
into
| Code: |
| if ($readini(logs.ini,$nick,warns) == 3) { .kick $chan $nick Repetitive messages } |
Replace 3 with whatever number you want. The lower it is, the more harsh the bot is.
Then change the first line of the code into
| Code: |
| on *:text:*:#channel: { |
Replace #channel with whatever channel you like.
mIRC Snippet:
Anti-Repeat
Posted on Nov 9, 2008 8:48 am
Posted on Nov 9, 2008 8:48 am
oooooooh.......
many thank-yous Blue Then :D
many thank-yous Blue Then :D
mIRC Snippet:
Anti-Repeat
Posted on Nov 9, 2008 3:35 pm
Posted on Nov 9, 2008 3:35 pm
huh I posted then people started posting.
All I did was just add the kick after the echo
All I did was just add the kick after the echo
mIRC Snippet:
Anti-Repeat
Posted on Sep 18, 2009 8:15 am
Posted on Sep 18, 2009 8:15 am
Dont use that shoot -.-











