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.

Search found 31 matches

by TimeRider
Wed Apr 10, 2024 6:54 am
Forum: Script Requests
Topic: Repeat kick on specific command or text
Replies: 7
Views: 383

Re: Repeat kick on specific command or text

Simo, there seems to be a problem that the timer of 30 seconds not being to reset itself sometimes. Some users are getting mute banned even after using .tell after 30 seconds.
by TimeRider
Fri Apr 05, 2024 6:16 am
Forum: Script Requests
Topic: Repeat kick on specific command or text
Replies: 7
Views: 383

Re: Repeat kick on specific command or text

bind pubm * "% .tell*" Repeated:Static-Text set chantexttrigger "4:30" proc Repeated:Static-Text {nick uhost hand chan text} { if {[matchattr $hand of|of $chan] || [isop $nick $chan] || [ishalfop $nick $chan] || [isbotnick $nick]} { return 0 } global chantexttrigger chantextfloo...
by TimeRider
Fri Mar 29, 2024 4:33 am
Forum: Script Requests
Topic: Repeat kick on specific command or text
Replies: 7
Views: 383

Re: Repeat kick on specific command or text

Because I have turned off the native flood-msg as I have the Duckhunt game in the channel which uses !bang command too.

So, I only need it for the abusers who are flooding the channel with the .tell command as above.
by TimeRider
Fri Mar 29, 2024 2:16 am
Forum: Script Requests
Topic: Repeat kick on specific command or text
Replies: 7
Views: 383

Repeat kick on specific command or text

Hi, I am looking for a repeat kick script that would either mute, kick or ban a user from the channel for repeating more than 4 times in 30 seconds like this: .tell nick some random text flood .tell nick some random text flooding .tell nick some random text flood .tell nick some random text flooding...
by TimeRider
Wed Mar 27, 2024 2:07 am
Forum: Other Topics
Topic: SpiKe passed away please send Condolence for his wife
Replies: 4
Views: 15963

Re: SpiKe passed away please send Condolence for his wife

I am very shocked and sad to hear this news that SpiKe has passed away. He was one of the greatest contributor to eggdrop and tcl. His trivia script is one of the best eggdrop tcl script developed by himself. Rest In Peace SpiKe and heart felt condolences to his wife.
by TimeRider
Sun Feb 26, 2023 11:09 am
Forum: Script Requests
Topic: Need help with this proxy / vpn scanner
Replies: 4
Views: 1505

No I won't. There are several examples on the forum, I'm trying to help (an teach) here, I won't do scripts for persons who don't even try to script by themselve. Hello CrazyCat, okay here is what I tried, It used to work for InspIRCD but it does not seem to use the API and scan the IP now. I don't...
by TimeRider
Sun Feb 19, 2023 11:38 am
Forum: Script Requests
Topic: Need help with this proxy / vpn scanner
Replies: 4
Views: 1505

ok, so you try to use the raw 378 (unrealircd whoishost) to match the server notice of connexion. You must use: bind raw - NOTICE ::pchecker::ipcheck And I think you don't really know how to use .set errorInfo (you must type that in PL just after the error occures to have detailed informations). An...
by TimeRider
Sun Feb 19, 2023 8:26 am
Forum: Script Requests
Topic: Need help with this proxy / vpn scanner
Replies: 4
Views: 1505

Need help with this proxy / vpn scanner

Hi, I need help with this tcl script which was posted by CrazyCat. package require http namespace eval pchecker { # isproxyip.com api key variable pckey "apikey" # gzline message variable gmsg "Sorry, VPN are not allowed" # List of IP not checked variable whitelist {} # List of b...
by TimeRider
Sat Feb 18, 2023 9:28 pm
Forum: Script Requests
Topic: scan ip from a proxy scanner site
Replies: 58
Views: 20074

Not tested (the write/read file come from another of my scripts): package require http namespace eval pchecker { # proxycheck.io api key variable pckey "xxxxxx-xxxxxx-xxxxxx-xxxxxxxx" # gzline message variable gmsg "Sorry, VPN are not allowed" # List of IP not checked variable w...
by TimeRider
Fri Jan 13, 2023 9:08 pm
Forum: Script Requests
Topic: scan ip from a proxy scanner site
Replies: 58
Views: 20074

Hello CrazyCat, I am bumping this thread because I want to make 2 Anti-VPN TCL script work as it will be helpful to ban the connection one VPN scanner can't detect and the limit of scanning will be increased from 2 Anti-VPN TCL scripts. The one you already made works well, https://tools.eggdrop.fr/p...
by TimeRider
Mon Dec 26, 2022 1:33 pm
Forum: Script Requests
Topic: Do anyone has the working !fml tcl for the eggdrop?
Replies: 14
Views: 11781

Thank you heartbroken, the Tcl script works now! :)
by TimeRider
Mon Dec 26, 2022 11:24 am
Forum: Script Requests
Topic: Do anyone has the working !fml tcl for the eggdrop?
Replies: 14
Views: 11781

This script isn't working anymore again. Does anybody have a solution or a working TCL script for it?
by TimeRider
Sun Dec 25, 2022 10:21 am
Forum: Script Requests
Topic: scan ip from a proxy scanner site
Replies: 58
Views: 20074

Thank you CrazyCat! The script is working as expected. :)
by TimeRider
Sat Dec 24, 2022 11:51 am
Forum: Script Requests
Topic: scan ip from a proxy scanner site
Replies: 58
Views: 20074

Hey CrazyCat,

Here is the link to the tcl script
https://tools.eggdrop.fr/privatebin/?58 ... W3bby91pMg
by TimeRider
Wed Dec 21, 2022 11:14 am
Forum: Script Requests
Topic: scan ip from a proxy scanner site
Replies: 58
Views: 20074

Hi CrazyCat, is it possible to do this with ip-api.com, I am currently using that.
Thank you!