egghelp.org community Forum Index
[ egghelp.org home | forum home ]
egghelp.org community
Discussion of eggdrop bots, shell accounts and tcl scripts.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Goto page Previous  1, 2, 3 ... 57, 58, 59 ... 88, 89, 90  Next
 
Post new topic   Reply to topic    egghelp.org community Forum Index -> Script Support & Releases
View previous topic :: View next topic  
Author Message
eXtremer
Op


Joined: 07 May 2008
Posts: 138

PostPosted: Mon Jun 16, 2008 7:10 am    Post subject: Reply with quote

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

Code:
.set
What?  You need '.help'
Back to top
View user's profile Send private message
Nor7on
Op


Joined: 03 Mar 2007
Posts: 185
Location: Spain - Barcelona

PostPosted: Mon Jun 16, 2008 8:07 am    Post subject: Reply with quote

Restart.
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
eXtremer
Op


Joined: 07 May 2008
Posts: 138

PostPosted: Tue Jun 17, 2008 1:51 am    Post subject: Reply with quote

Nor7on wrote:
Restart.


I don't want to, the online/uptime info will vanish Confused Smile
Back to top
View user's profile Send private message
username
Op


Joined: 06 Oct 2005
Posts: 196
Location: Russian Federation, Podolsk

PostPosted: Tue Jun 17, 2008 4:22 am    Post subject: Reply with quote

eXtremer wrote:
Nor7on wrote:
Restart.


I don't want to, the online/uptime info will vanish Confused Smile


Uptime willnt vanish with .restart
_________________
Архив TCL скриптов для ботов Eggdrop/Windrop:
http://egghelp.ru/
Back to top
View user's profile Send private message Send e-mail Visit poster's website
e-force
Voice


Joined: 04 Jan 2005
Posts: 23

PostPosted: Fri Jun 20, 2008 10:57 am    Post subject: Hello Reply with quote

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 Smile.
Code:

<e-force> .ap:add something

Tnx in advice.
Back to top
View user's profile Send private message
Nor7on
Op


Joined: 03 Mar 2007
Posts: 185
Location: Spain - Barcelona

PostPosted: Fri Jun 20, 2008 1:27 pm    Post subject: Reply with quote

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


or

Code:
.ap:add bnicks global *badnick1*
.ap:add bnicks global *badnick2*
.ap:add bnicks global *etc..*


for remove:

Code:
.ap:rem bnicks #mychan *badnick1*
.ap:rem bnicks global *badnick1*
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
e-force
Voice


Joined: 04 Jan 2005
Posts: 23

PostPosted: Sun Jun 22, 2008 10:53 am    Post subject: Reply with quote

Nor7on wrote:
Code:
.ap:add bnicks #mychan *badnick1*
.ap:add bnicks #mychan *badnick2*
.ap:add bnicks #mychan *etc..*


or

Code:
.ap:add bnicks global *badnick1*
.ap:add bnicks global *badnick2*
.ap:add bnicks global *etc..*


for remove:

Code:
.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:
.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)"
Back to top
View user's profile Send private message
Sir_Fz
Revered One


Joined: 27 Apr 2003
Posts: 3793
Location: Lebanon

PostPosted: Sun Jun 22, 2008 2:34 pm    Post subject: Reply with quote

4.5 does not have that command. You need to update to version 4.6b8.
_________________
Follow me on GitHub

- Opposing

Public Tcl scripts
Back to top
View user's profile Send private message Visit poster's website
e-force
Voice


Joined: 04 Jan 2005
Posts: 23

PostPosted: Mon Jun 23, 2008 4:15 am    Post subject: Reply with quote

Ok. Thanks for this useful information.
Back to top
View user's profile Send private message
eXtremer
Op


Joined: 07 May 2008
Posts: 138

PostPosted: Tue Jun 24, 2008 9:11 am    Post subject: Reply with quote

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:
[16:08] Tcl error [::AllProtection::joins bnicks]: no such channel record


.set errorInfo

Code:
[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)"
Back to top
View user's profile Send private message
Sir_Fz
Revered One


Joined: 27 Apr 2003
Posts: 3793
Location: Lebanon

PostPosted: Tue Jun 24, 2008 1:04 pm    Post subject: Reply with quote

The errorInfo you posted is not related to the AllProtection error you posted.
_________________
Follow me on GitHub

- Opposing

Public Tcl scripts
Back to top
View user's profile Send private message Visit poster's website
Casey952
Voice


Joined: 24 Jun 2008
Posts: 15

PostPosted: Wed Jun 25, 2008 4:10 am    Post subject: Reply with quote

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.
Back to top
View user's profile Send private message
eXtremer
Op


Joined: 07 May 2008
Posts: 138

PostPosted: Wed Jun 25, 2008 4:47 am    Post subject: Reply with quote

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 !
Back to top
View user's profile Send private message
Sir_Fz
Revered One


Joined: 27 Apr 2003
Posts: 3793
Location: Lebanon

PostPosted: Wed Jun 25, 2008 11:50 am    Post subject: Reply with quote

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.
_________________
Follow me on GitHub

- Opposing

Public Tcl scripts
Back to top
View user's profile Send private message Visit poster's website
Casey952
Voice


Joined: 24 Jun 2008
Posts: 15

PostPosted: Sat Jun 28, 2008 9:21 am    Post subject: Reply with quote

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.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    egghelp.org community Forum Index -> Script Support & Releases All times are GMT - 4 Hours
Goto page Previous  1, 2, 3 ... 57, 58, 59 ... 88, 89, 90  Next
Page 58 of 90

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Forum hosting provided by Reverse.net

Powered by phpBB © 2001, 2005 phpBB Group
subGreen style by ktauber