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.

AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)

Support & discussion of released scripts, and announcements of new releases.
Post Reply
e
eXtremer
Op
Posts: 138
Joined: Wed May 07, 2008 5:33 am

Post by eXtremer »

I comment those 2 lines, rehashed but still get the same thing:

Code: Select all

.set
What?  You need '.help'
User avatar
Nor7on
Op
Posts: 185
Joined: Sat Mar 03, 2007 8:05 am
Location: Spain - Barcelona
Contact:

Post by Nor7on »

Restart.
e
eXtremer
Op
Posts: 138
Joined: Wed May 07, 2008 5:33 am

Post by eXtremer »

Nor7on wrote:Restart.
I don't want to, the online/uptime info will vanish :? :)
User avatar
username
Op
Posts: 196
Joined: Thu Oct 06, 2005 9:20 am
Location: Russian Federation, Podolsk
Contact:

Post by username »

eXtremer wrote:
Nor7on wrote:Restart.
I don't want to, the online/uptime info will vanish :? :)
Uptime willnt vanish with .restart
Архив TCL скриптов для ботов Eggdrop/Windrop:
http://egghelp.ru/
e
e-force
Voice
Posts: 23
Joined: Tue Jan 04, 2005 7:10 pm

Hello

Post by e-force »

Hello gyus! I am new user of the allprotection.tcl and i have one question. I have read most of this post, but didn't found useful information about my problem. I want to know is there any option to add "bad nicks" via DCC? I have read for commands such like ".ap:add | .ap:rem" but my eggdrop does not want to respond :).

Code: Select all

<e-force> .ap:add something
Tnx in advice.
User avatar
Nor7on
Op
Posts: 185
Joined: Sat Mar 03, 2007 8:05 am
Location: Spain - Barcelona
Contact:

Post by Nor7on »

Code: Select all

.ap:add bnicks #mychan *badnick1*
.ap:add bnicks #mychan *badnick2*
.ap:add bnicks #mychan *etc..*
or

Code: Select all

.ap:add bnicks global *badnick1*
.ap:add bnicks global *badnick2*
.ap:add bnicks global *etc..*
for remove:

Code: Select all

.ap:rem bnicks #mychan *badnick1*
.ap:rem bnicks global *badnick1*
e
e-force
Voice
Posts: 23
Joined: Tue Jan 04, 2005 7:10 pm

Post by e-force »

Nor7on wrote:

Code: Select all

.ap:add bnicks #mychan *badnick1*
.ap:add bnicks #mychan *badnick2*
.ap:add bnicks #mychan *etc..*
or

Code: Select all

.ap:add bnicks global *badnick1*
.ap:add bnicks global *badnick2*
.ap:add bnicks global *etc..*
for remove:

Code: Select all

.ap:rem bnicks #mychan *badnick1*
.ap:rem bnicks global *badnick1*
It seems there is something wrong with my bot.
Here is more information about the problem:

Code: Select all

.ap:add bnicks global *badnick2*
<mybot>What?  You need '.help'
The version of tcl is "All Protection v4.5 by Opposing Loaded..."
Eggdrop version: "running eggdrop v1.6.19: 32 users (mem: 206k)"
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

4.5 does not have that command. You need to update to version 4.6b8.
e
e-force
Voice
Posts: 23
Joined: Tue Jan 04, 2005 7:10 pm

Post by e-force »

Ok. Thanks for this useful information.
e
eXtremer
Op
Posts: 138
Joined: Wed May 07, 2008 5:33 am

Post by eXtremer »

Sir_Fz wrote:The 2nd error is not related to AllProtection, however the first one is. Which version are you using? and if possible, paste the output of '.set errorInfo'.

Code: Select all

[16:08] Tcl error [::AllProtection::joins bnicks]: no such channel record
.set errorInfo

Code: Select all

[16:09] #Tester# set errorInfo
Currently: can't unset "mc_us(:cache:notice)": no such element in array
Currently:     while executing
Currently: "unset mc_us(:cache:notice)"
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

The errorInfo you posted is not related to the AllProtection error you posted.
C
Casey952
Voice
Posts: 15
Joined: Tue Jun 24, 2008 10:46 pm

Post by Casey952 »

hi, I would like to suggest having a new option for kickban,

bk - ban first and kick

to stop the automatic kick rejoin and for those who would like to ban first and kick.
e
eXtremer
Op
Posts: 138
Joined: Wed May 07, 2008 5:33 am

Post by eXtremer »

Sir_Fz wrote:The errorInfo you posted is not related to the AllProtection error you posted.
how to show the error related to AP ? cose I dont' know !
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Casey wrote:hi, I would like to suggest having a new option for kickban,

bk - ban first and kick

to stop the automatic kick rejoin and for those who would like to ban first and kick.
No problem, will add it.
eXtremer wrote:how to show the error related to AP ? cose I dont' know !
Type '.set errorInfo' immediately when you see the Tcl error. If you wait till later, another error might occur which overwrites the previous one.
C
Casey952
Voice
Posts: 15
Joined: Tue Jun 24, 2008 10:46 pm

Post by Casey952 »

There may be a possible bug with the AntiSpam bot in 4.6b8, when you spam the AntiSpam bot, it only kicks and does not ban when it is set on kb.

When you spam in the channel, it does put the ban on, and also puts the ban on when you spam the eggdrop bot.
Post Reply