| View previous topic :: View next topic |
| Author |
Message |
eXtremer Op
Joined: 07 May 2008 Posts: 138
|
Posted: Mon Jun 16, 2008 7:10 am Post subject: |
|
|
I comment those 2 lines, rehashed but still get the same thing:
| Code: | .set
What? You need '.help' |
|
|
| Back to top |
|
 |
Nor7on Op

Joined: 03 Mar 2007 Posts: 185 Location: Spain - Barcelona
|
Posted: Mon Jun 16, 2008 8:07 am Post subject: |
|
|
| Restart. |
|
| Back to top |
|
 |
eXtremer Op
Joined: 07 May 2008 Posts: 138
|
Posted: Tue Jun 17, 2008 1:51 am Post subject: |
|
|
I don't want to, the online/uptime info will vanish  |
|
| Back to top |
|
 |
username Op

Joined: 06 Oct 2005 Posts: 196 Location: Russian Federation, Podolsk
|
Posted: Tue Jun 17, 2008 4:22 am Post subject: |
|
|
| eXtremer wrote: |
I don't want to, the online/uptime info will vanish  |
Uptime willnt vanish with .restart _________________ Архив TCL скриптов для ботов Eggdrop/Windrop:
http://egghelp.ru/ |
|
| Back to top |
|
 |
e-force Voice
Joined: 04 Jan 2005 Posts: 23
|
Posted: Fri Jun 20, 2008 10:57 am Post subject: Hello |
|
|
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: |
<e-force> .ap:add something
|
Tnx in advice. |
|
| Back to top |
|
 |
Nor7on Op

Joined: 03 Mar 2007 Posts: 185 Location: Spain - Barcelona
|
Posted: Fri Jun 20, 2008 1:27 pm Post subject: |
|
|
| 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 |
|
 |
e-force Voice
Joined: 04 Jan 2005 Posts: 23
|
Posted: Sun Jun 22, 2008 10:53 am Post subject: |
|
|
| 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 |
|
 |
Sir_Fz Revered One

Joined: 27 Apr 2003 Posts: 3793 Location: Lebanon
|
|
| Back to top |
|
 |
e-force Voice
Joined: 04 Jan 2005 Posts: 23
|
Posted: Mon Jun 23, 2008 4:15 am Post subject: |
|
|
| Ok. Thanks for this useful information. |
|
| Back to top |
|
 |
eXtremer Op
Joined: 07 May 2008 Posts: 138
|
Posted: Tue Jun 24, 2008 9:11 am Post subject: |
|
|
| 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 |
|
 |
Sir_Fz Revered One

Joined: 27 Apr 2003 Posts: 3793 Location: Lebanon
|
Posted: Tue Jun 24, 2008 1:04 pm Post subject: |
|
|
The errorInfo you posted is not related to the AllProtection error you posted. _________________ Follow me on GitHub
- Opposing
Public Tcl scripts |
|
| Back to top |
|
 |
Casey952 Voice
Joined: 24 Jun 2008 Posts: 15
|
Posted: Wed Jun 25, 2008 4:10 am Post subject: |
|
|
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 |
|
 |
eXtremer Op
Joined: 07 May 2008 Posts: 138
|
Posted: Wed Jun 25, 2008 4:47 am Post subject: |
|
|
| 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 |
|
 |
Sir_Fz Revered One

Joined: 27 Apr 2003 Posts: 3793 Location: Lebanon
|
Posted: Wed Jun 25, 2008 11:50 am Post subject: |
|
|
| 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 |
|
 |
Casey952 Voice
Joined: 24 Jun 2008 Posts: 15
|
Posted: Sat Jun 28, 2008 9:21 am Post subject: |
|
|
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 |
|
 |
|