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
Wed Aug 17, 2016 12:34 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1025764

All Protection regular expressions does not detect and does nothing. Random Drones and Caps that use regular expressions are not detecting and does nothing, does not warn, kick, ban. Do we need to install a regex package for regular expressions to work? (Debian) Many Thanks. No need to install anyt...
by Sir_Fz
Tue Aug 09, 2016 3:27 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1025764

creasy wrote:Thank you that fixed it! Both versions seem to be working fine.
Great, thanks for the feedback.
by Sir_Fz
Tue Aug 09, 2016 6:26 am
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1025764

Hello! I've been having this error with v4.8 when I rehash the bot: can't read "_VERSION": no such variable while executing "ezilamn $_VERSION" (procedure "load" line 63) invoked from within "load" (in namespace eval "::AllProtection" script line 26...
by Sir_Fz
Sat Jun 25, 2016 9:25 am
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1025764

I try the new version 4.9b but comes with this error: Tcl error [::AllProtection::pubms swear]: invalid command name "punishments(kb)" Tcl error [::AllProtection::pubms repeatl]: invalid command name "punishments(k)" Tcl error [::AllProtection::pubms textc]: invalid command name...
by Sir_Fz
Sat May 14, 2016 1:07 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1025764

Re: ban first then kick

i am using allprotection.tcl for a while and was wondering why kick is executed first and not ban setting cause many client have the option for instant join after kick so it seems inieffiecient so set kick first then the ban part is there a way to change that tnx I had some time on me so I played a...
by Sir_Fz
Wed May 11, 2016 12:15 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1025764

Migrated to Github!

Hello everyone, It's been a while! Given that there are several feature requests or issues reported here that I never found the time to address, I've decided to move the source code into my Github page so others (and perhaps myself as well) would easily be able to contribute with Pull requests (or e...
by Sir_Fz
Wed Dec 09, 2015 4:41 pm
Forum: Script Requests
Topic: Blacklist by Opposing
Replies: 7
Views: 10189

Re: Blacklist by Opposing

this kick msgs are stored in lowercase and even the default kick messages is saved in lowercase no matter how well u frame the english sentence it happens to look crap. If someone can help me to make it alright.. Been years since I touched this script (or TCL) but after a quick skim it seems the on...
by Sir_Fz
Sat Mar 16, 2013 10:13 am
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1025764

Interesting info, but your point is?
by Sir_Fz
Sat Nov 17, 2012 7:17 am
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1025764

There are several ways to approach this. One way is by adding multiple checks in the condition (I.e. condition1 || condition2 || condition...etc) but this can get messy as it grows. Another approach is creating a list of exempted hosts and using lsearch to find a match. I would've written it for you...
by Sir_Fz
Sat Jun 02, 2012 6:17 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1025764

allprotection won't remove any bans set by someone else unless it's a ban which it tried to set but was beat to it by that someone. If that's not the case then you might have another script running which is causing this behavior.
by Sir_Fz
Tue Nov 08, 2011 9:04 am
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1025764

Hi, we are running your script and it works perfectly on most channels. However, on chans with underscores in the channel name (e.g. #chat_german), it does not react. Is there any way this could be fixed? Thank you! Hi ^CJ^, I can't see why an underscore (or any other character) could cause a probl...
by Sir_Fz
Sat Jul 02, 2011 2:38 am
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1025764

Re: Drones

I have a interesting behavior and I am not quite sure how to fix it? I have user on my channel who comes in with a specific Nick get's kick'd from the channel. ... However, I had put an exempt in configuration: ... Please use the .ap:add command to add to the exempt list. Adding them directly into ...
by Sir_Fz
Sat Jul 02, 2011 2:37 am
Forum: Script Support & Releases
Topic: Blacklist script by Sir_fz
Replies: 15
Views: 21870

Yep, glad you figured it out :) and glad you like the script.
by Sir_Fz
Fri Jul 01, 2011 10:01 am
Forum: Script Support & Releases
Topic: Blacklist script by Sir_fz
Replies: 15
Views: 21870

Hello SinSole, please try this quick solution: Add this bind bind nick - * bl:ban and replace proc bl:ban {nick uhost hand chan} { with proc bl:ban {nick uhost hand chan {nn ""}} { and inside the proc (the second line) add: if {$nn != ""} { set nick $nn } This should trigger it o...
by Sir_Fz
Fri Jan 14, 2011 5:18 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1025764

Thanks for the link. Unfortunately it appears to still not be working... It won't actually kick anyone unless I have something there :/ I tried leaving the exmptype blank and testing it but then it wouldn't trigger for anyone at all. Is there a higher level than ops that I can put in there? Are you...