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
Sun Nov 14, 2010 2:04 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1025233

Unfortunately there's no exempts-list for clones protection. You can, however, add the following check in the "clones"-clause of procedure joins which would look like this: ... "clones" { variable eclones if {![string is integer $off] || $off <= 0} {return 0} # Add this line (mak...
by Sir_Fz
Thu Oct 28, 2010 5:08 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1025233

@Razor: It should work if you add the identification line in the "001" clause, try something like this "001" { putlog "\002AP\002: AntiSpamBot: Connected and registered as $antispam(cnick)." set antispam(pong) 1; set antispam(idx) $idx # Add the identification line here...
by Sir_Fz
Wed Oct 27, 2010 5:19 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1025233

On "revolving door": Would it be possible to send a private msg to users that have been banned?. Thanks. Yes it's possible, a way to do it would be to add the following line puthelp "privmsg $nick :You've been banned from the channel for revolving-door offense." after this line ...
by Sir_Fz
Wed Oct 27, 2010 5:14 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1025233

The initial "0" should be all that is required to turn it off. Or, perhaps, the +/- thing can be employed in that section, since it seems to work well for other things. Setting it to a setting higher than the server allows seems to work fine, so I'm going to leave it alone for now. :) Yes...
by Sir_Fz
Fri Aug 27, 2010 4:53 am
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1025233

Re: some minor changes

Now, I have a curiosity question: Doesn't $jn already do what he wanted? ... again, maybe I just don't understand his question. Thanks Yes $jn contains the nickname, I just made it more flexible and gave him the option to place the nickname anywhere in his warning message (instead of it always appe...
by Sir_Fz
Thu Aug 26, 2010 5:15 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1025233

Re: some minor changes

I would like to change some minor features on this script. Meaning I would like the bot to reply all warnings to $chan, and not via PRIVMSG user, nor Notice user. The link willyw shared should answer your question (thanks willyw). As for adding the nickname of the offender in the warning message. I...
by Sir_Fz
Thu Aug 26, 2010 5:07 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1025233

Re: wish

Hello Sir_Fz. I use the: tcl v4.6b9 I would love it if you have a second timer limit for the user would install. because the eggdrop would only every minute fraction of the new limit is not good and I think because if I limit the +3 offered only one new every minute, it is therefore well be that: h...
by Sir_Fz
Thu Aug 26, 2010 5:05 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1025233

Re: PLEASE HELP strange issues !!!

why when the list adwords is not added the *#* and when i said in the chan #hello or whatever contain # the bot reply me that <bot> Warning: You've triggered adverting protection, advertisements are not allowed. and the bot kick me * You were kicked by bot (Advertising detected.. (*#hello*) ·21·) &...
by Sir_Fz
Thu Aug 26, 2010 4:57 pm
Forum: Eggdrop Help
Topic: Info on partyline
Replies: 2
Views: 2735

Disable the statuslog channel-setting.
by Sir_Fz
Mon Jul 05, 2010 5:01 pm
Forum: Scripting Help
Topic: Script bug help
Replies: 4
Views: 2825

Here, check out this post for an example on detecting actions.
by Sir_Fz
Sat Jun 05, 2010 10:37 am
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1025233

The link posted on this topic's first post is working normally.
by Sir_Fz
Mon May 31, 2010 7:51 am
Forum: Scripting Help
Topic: change line output
Replies: 2
Views: 2348

Suppose $mylist is the list containing your data (I assume it's a list of lists). You can do the following: set output "" foreach element $mylist { # $element is a list containing {"Name" "Score"} foreach {a b} $element {break} append output "${a}: $b " } # no...
by Sir_Fz
Fri Apr 09, 2010 9:35 am
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1025233

When you set an invalid setting on a channel, the script automatically resets it to the default settings defined in the script. Follow the documentation. For example if one of the settings is supposed to be {+/- <pmethod> <ban-time> <ban-type>} and you set it to any different format, the script rese...
by Sir_Fz
Fri Apr 09, 2010 5:45 am
Forum: Eggdrop Help
Topic: unable to set my bot's ident back to normal
Replies: 2
Views: 3247

You need to contact your shell administrator(s) about this. Most IRC networks require identd validation from shell users however.
by Sir_Fz
Fri Apr 09, 2010 2:51 am
Forum: Eggdrop Help
Topic: Bot loosing Authentication
Replies: 6
Views: 6053

The spam is caused by one of the scripts loaded on your bot. Use a proper identification script which will identify your bot properly to the services. Search the Tcl Archive.