Repeat Kicker.
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 0.0 (of 0 scores) |
| Date Added | Jul 17, 2004 |
| Last Updated | Mar 08, 2005 |
Introduction
<Testnick>Hi Hi Hi Hi Hi
You can change the amount of repeated words. (By changing the number after the ">" in: "if ($wildtok(%text,$gettok(%text,%i,32),0,32) >= 10)" )
And again, you need an (@) Operator status to kick people.
mIRC Snippet:
Repeat Kicker.
Posted on Mar 1, 2009 4:34 am
Posted on Mar 1, 2009 4:34 am
I want 4 times Repeat Kick I dont know How to change ?
mIRC Snippet:
Repeat Kicker.
Posted on Mar 1, 2009 4:34 am
Posted on Mar 1, 2009 4:34 am
Can You Change It For Me ?
mIRC Snippet:
Repeat Kicker.
Posted on Mar 1, 2009 4:21 pm
Posted on Mar 1, 2009 4:21 pm
@ReQueST: You can do this with regex and it does the same thing:
@fahabalboa: If you want to use the author's script above, all you need to do is change >= 10 to >= 4 The same goes the one I'm showing here change it to {4}
The above version will match space between repeated words. If you want to match letters like 11111111111111 aaaaaaaaaaaaaaa mmmmmmmmmmmmmmmmmmmm without spaces, just remove \s as such:
| Code: |
| on @$*:TEXT:/(.\s)\1{10}/:#:if ($nick !isop #) kick # $nick Stop repeating! |
@fahabalboa: If you want to use the author's script above, all you need to do is change >= 10 to >= 4 The same goes the one I'm showing here change it to {4}
The above version will match space between repeated words. If you want to match letters like 11111111111111 aaaaaaaaaaaaaaa mmmmmmmmmmmmmmmmmmmm without spaces, just remove \s as such:
| Code: |
| on @$*:TEXT:/(.)\1{10}/:#:if ($nick !isop #) kick # $nick Stop repeating! |
mIRC Snippet:
Repeat Kicker.
Posted on Jul 3, 2009 11:19 pm
Posted on Jul 3, 2009 11:19 pm
how about, a warning. Probably 2 warnings if they continued using repeated letters. Then kick on the 3rd time. Can u modified for me if im not asking too much.. :)
thnks
thnks



