This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Repeat Kick

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
C
Cr0ntab
Voice
Posts: 22
Joined: Fri Mar 26, 2010 11:31 am

Repeat Kick

Post by Cr0ntab »

hello i would like to request a script.
i want a tcl that when a user posts the same message within x seconds(for example 2nd time within 5 minutes) the bot warns him with a custom text and on the next time the bot sees the same text kicks him with a custom message.when the user rejoins the script must do the same procedure.warn and then kick

Thank you in advance
w
willyw
Revered One
Posts: 1203
Joined: Thu Jan 15, 2009 12:55 am

Re: Repeat Kick

Post by willyw »

Cr0ntab wrote:hello i would like to request a script.
i want a tcl that when a user posts the same message within x seconds(for example 2nd time within 5 minutes) the bot warns him with a custom text and on the next time the bot sees the same text kicks him with a custom message.when the user rejoins the script must do the same procedure.warn and then kick

Thank you in advance
I like, and use AllProtection, and it does what you describe - plus a LOT more.

Check the thread, here in the forum:
http://forum.egghelp.org/viewtopic.php?t=9721
It is a long thread, but somewhere in it, is a link for downloading the latest beta.

Once you have the script, have a look at the configuration for

Code: Select all

repeatl


There is also:
# Set the time in seconds to wait before reseting the punishment monitor:
# Note: this setting means the bot will apply the punishment steps on each user
# within this period of time, otherwise it'll trigger steps from the beginning.
that you'll probably want to adjust, too.

Suggestion:
If you choose to use AP, go through all the configurable options, and edit them before ever loading the script. Turn them all off.
Then, when you load the script, none of the available protections will be operating. Meaning nothing will trigger, that you don't want to trigger.

You can then change each setting, - even just one - from the partyline, with commands. On a per channel basis.
Means that you can turn on, and configure, just the repeatl protection, for whichever channel you wish.


edit:
Link for downloading AP: http://www.megaupload.com/?d=M79X6F1I
C
Cr0ntab
Voice
Posts: 22
Joined: Fri Mar 26, 2010 11:31 am

Post by Cr0ntab »

i use AFP but i just wanted a script only for that :)
Post Reply