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 3745 matches

by Sir_Fz
Fri Apr 14, 2017 2:34 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1022807

Re: rehash

gembels wrote:Tested with putdcc $antispam(idx) quit

It didnt change ident, realname and IP, it just change the nickname only.
Can you share your changes so I can understand what you're trying to do?
by Sir_Fz
Fri Apr 07, 2017 12:25 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1022807

@Sir_Fz Sorry for hijacking your topic, he was talking about this topic and he's too lazy to add a small piece of code at the end of the existing one he has and swap a single line with a new one to use the newly added code in order to fix the bug he mentioned above. That code is tailored for a spec...
by Sir_Fz
Thu Apr 06, 2017 3:19 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1022807

Really? All you had to do was to copy/paste at the end of Spike's code the one I said and replace one line with another and the issue would have been fixed. But nooo.. you are too lazy. :roll: OK i'll do that, and will let you know if something happens. lol, I still have no idea what the problem wi...
by Sir_Fz
Thu Apr 06, 2017 3:17 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1022807

Re: Nickban - *nick*!*@*

The closest ban mask to what you're requesting is banmask 11 ( nick!*@* ) which makes more sense than what you're requesting IMHO. If you ban *Orange*!*@* then it'll match Orange and MrOrange for example, which is a bit extreme if you ask me. However, if this is really a feature that you need I don'...
by Sir_Fz
Wed Apr 05, 2017 12:58 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1022807

I have 100% Interest in this TCL and rite now there is nothing to add if there is anything to add i will tell you and one thing MASS/JOIN flood it doesn't control well. So for that I put another TCL from SPIKE^^^ otherwise it's fine What's missing in mass join? We can enhance it if necessary to cov...
by Sir_Fz
Fri Mar 31, 2017 12:21 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1022807

Do you have any problems with it or is there any feature you'd like to add? Otherwise it's pretty final for me. In other words, I'm not working on it at all and not planning to as long as there's no feedback or user interest.
by Sir_Fz
Wed Mar 29, 2017 3:21 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1022807

Re: rehash

Hi Sir_Fz, I am one of your fans... I just wondering.. I did some modification in your code just to make the antispam can change their ip, ident and nick every time they cycles. But to do that, so far I am using rehash command, i know its not right or so blatantly. is there anyway to kill the antis...
by Sir_Fz
Tue Nov 22, 2016 11:41 am
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1022807

Casey952 wrote:AntiSpam on All Protection 4.7 with Eggdrop 1.6.21.

This is on a VPS on the Charybdis IRC Server with AntiSpam.
If the bot connects and behaves normally on another IRC network then it's network-specific issue that needs to be handled properly by the bot, can you confirm this?
by Sir_Fz
Fri Nov 18, 2016 4:48 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1022807

Hey Casey952, I assume you're using the beta release? In addition, could you specify on which network you're testing it so I can try and locally reproduce your issue.
by Sir_Fz
Thu Oct 27, 2016 9:15 am
Forum: Scripting Help
Topic: string match ONLY LETTER (no number)
Replies: 10
Views: 12595

You don't want to filter numbers, you want to select the 3rd element in that list (especially since nicknames may contain numbers and other characters).

Code: Select all

set nick [lindex [split $text] 2]
by Sir_Fz
Thu Sep 15, 2016 11:42 am
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1022807

Version 4.9b4 with Eggdrop 1.8 support released: https://github.com/sirfz/allprotection. ... tag/v4.9b4
by Sir_Fz
Mon Sep 05, 2016 11:09 am
Forum: Script Support & Releases
Topic: ipv6 eggdrop Bug on AllPro 4.7
Replies: 1
Views: 6285

Hi Fahed,

Please post AllProtection-related questions in its official thread at http://forum.egghelp.org/viewtopic.php?t=9721
by Sir_Fz
Mon Aug 22, 2016 9:50 am
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1022807

qhubekela ! b4b59a4a@* -- does not kick qhubekela ! casey@* -- kicks When the ident has certain things in it, it does not kick (nick qhubekela) The condition for the drones punishment requires that both the nickname and ident are 4 or more lower case alphabets (non-numeric). Since "b4b59a4a&qu...
by Sir_Fz
Fri Aug 19, 2016 7:40 am
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1022807

Seems you do have a problem with your TCL interpreter (I'm not sure what exactly). Try re-installing TCL and recompile Eggdrop. If you face further problems, try asking in the Eggdrops section as I'm not using Eggdrop at all nowadays so perhaps someone with a better grip can help you if needed.
by Sir_Fz
Thu Aug 18, 2016 9:39 am
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1022807

Regarding the ap:drones default settings, it's explained in the setting's documentation # Use .chanset #channel ap:drones + <btime> <pmeth> <btype> (in DCC to enable) # Set default value here: (+ enabled, - disabled) # If you set <pmeth> to a positive-integer then the bot will only kick the drone on...