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 ... 58, 59, 60 ... 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
Sir_Fz
Revered One


Joined: 27 Apr 2003
Posts: 3793
Location: Lebanon

PostPosted: Sat Jun 28, 2008 1:38 pm    Post subject: Reply with quote

Casey wrote:
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.

Someone reported this to me, but I looked at the code and that can't be possible. I also tested it with my bot and it worked just right as expected.
_________________
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 6:05 pm    Post subject: Reply with quote

It sounds like it is a setting I am missing for it to not ban.
Back to top
View user's profile Send private message
heroes
Voice


Joined: 01 Dec 2007
Posts: 17

PostPosted: Sun Jul 27, 2008 4:18 am    Post subject: Hi Sir_Fz Reply with quote

can help me??
why when i load eggdrop from this TCL
all the default setting is kickban global
i cant set it at tcl
but must be set on DCC chat
any idea if we can set default on TCL when the 1st time
we load the eggdrop?
thx before..
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Sir_Fz
Revered One


Joined: 27 Apr 2003
Posts: 3793
Location: Lebanon

PostPosted: Sun Jul 27, 2008 6:24 am    Post subject: Reply with quote

The script sets the default settings on all channels the first time you run it. You can't set static channel-specific settings.
_________________
Follow me on GitHub

- Opposing

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


Joined: 27 Jul 2008
Posts: 19

PostPosted: Sun Jul 27, 2008 11:42 am    Post subject: Reply with quote

Sir_Fz wrote:
The script sets the default settings on all channels the first time you run it. You can't set static channel-specific settings.

we are use it allprotection either with a new version from you. and so far so good enough. the problem that was i found is when i edited the tcl (punish ban or kick, disfuction some protection like bchan or else) and i restarted the bot, the change will not work i dont know why and when i looking pn the aplist is still the same setting with the 1st loading. so... usualy im use : .ap:reset *
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger
heroes
Voice


Joined: 01 Dec 2007
Posts: 17

PostPosted: Sun Jul 27, 2008 11:49 am    Post subject: still need help Reply with quote

ehm.. i mean like this bro...
example :

lappend ap:udefs {ap:textc "215:3 120 kb 2"} ---->> Original From TCL

then i change the code become this :

lappend ap:udefs {ap:textc "215:3 120 kb 1"}

why the eggdrop still read the original or default TCL?

here is i want to ask if we cant set the kb type from TCL? all must from DCC chat? sorry my english is s**k
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
heroes
Voice


Joined: 01 Dec 2007
Posts: 17

PostPosted: Sun Jul 27, 2008 11:52 am    Post subject: Reply with quote

Bahasa wrote:
Sir_Fz wrote:
The script sets the default settings on all channels the first time you run it. You can't set static channel-specific settings.

we are use it allprotection either with a new version from you. and so far so good enough. the problem that was i found is when i edited the tcl (punish ban or kick, disfuction some protection like bchan or else) and i restarted the bot, the change will not work i dont know why and when i looking pn the aplist is still the same setting with the 1st loading. so... usualy im use : .ap:reset *


so the point here is we cant set or edit type of kickban from TCL? must set from DCC chat?
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Bahasa
Voice


Joined: 27 Jul 2008
Posts: 19

PostPosted: Sun Jul 27, 2008 12:24 pm    Post subject: Reply with quote

heroes wrote:
Bahasa wrote:
Sir_Fz wrote:
The script sets the default settings on all channels the first time you run it. You can't set static channel-specific settings.

we are use it allprotection either with a new version from you. and so far so good enough. the problem that was i found is when i edited the tcl (punish ban or kick, disfuction some protection like bchan or else) and i restarted the bot, the change will not work i dont know why and when i looking pn the aplist is still the same setting with the 1st loading. so... usualy im use : .ap:reset *


so the point here is we cant set or edit type of kickban from TCL? must set from DCC chat?

I did *not* say that.
eg : lappend ap:udefs {ap:adv "+ 10 k:kb 11"} and its working good.
1. edited which you want
2. restart the bot
3. if the sets is not work, try .ap:reset * or .ap:reset #channelname
_________________
Bahasa Indonesia
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger
liquidox
Voice


Joined: 28 Jul 2008
Posts: 2

PostPosted: Mon Jul 28, 2008 9:56 am    Post subject: Reply with quote

I'm running the latest Beta on a channel around 100-200 people. Sometimes the botnet flood protection triggers when there's alot of people talking at the same time (which is a good thing). But, sometimes it doesn't actually take the "m" flag off afterwards, any ideas how this could happen?
Back to top
View user's profile Send private message
Sir_Fz
Revered One


Joined: 27 Apr 2003
Posts: 3793
Location: Lebanon

PostPosted: Mon Jul 28, 2008 11:41 am    Post subject: Reply with quote

This has been discussed before but, unfortunately, for some reason it's still not clear to everybody. The settings in the Tcl-script are ONLY loaded at the first use of the script and when joining channels for the first time. Any changes you wish to apply on a channel need to be set ONLY via the .chanset DCC command (to set the same setting on all channel use *).

liquidox, I don't see why sometimes the script would fail to remove the setting because that's an illogical behavior and I don't think that is the case. There is probably someone else setting the moderation again after the bot has removed it (or perhaps the bot is lagging?). Try to see if there are any errors occurring in partyline when this happens.
_________________
Follow me on GitHub

- Opposing

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


Joined: 28 Jul 2008
Posts: 2

PostPosted: Mon Jul 28, 2008 12:52 pm    Post subject: Reply with quote

Thanks for the fast response Smile

It's really not resetting it. I've tried waiting 2-3 minutes sometimes, and it's set to 20 or 30 seconds. No one else changes modes during this event, and the bot is not lagging, cause unmuting the channel manually through a !talk command in the channel (which I added to the opcmds script), immediately works :S
Back to top
View user's profile Send private message
siki
Voice


Joined: 22 Jul 2008
Posts: 5

PostPosted: Mon Jul 28, 2008 1:04 pm    Post subject: Reply with quote

Hello
has any idea why something makes Bot
Edge leaving the user

[18:38:25] * Quits: tata_ch (tata_ch@user-F450077B.cust.bluewin.ch) (Quit: exit)
[18:38:26] * Balkan-Security sets mode: +b *!*@user-F450077B.cust.bluewin.ch


man can change?

allprotection script beta version Current BETA: allprotection4.6b8
is that...
thanks
Back to top
View user's profile Send private message
Sir_Fz
Revered One


Joined: 27 Apr 2003
Posts: 3793
Location: Lebanon

PostPosted: Mon Jul 28, 2008 2:44 pm    Post subject: Reply with quote

liquidox wrote:
Thanks for the fast response Smile

It's really not resetting it. I've tried waiting 2-3 minutes sometimes, and it's set to 20 or 30 seconds. No one else changes modes during this event, and the bot is not lagging, cause unmuting the channel manually through a !talk command in the channel (which I added to the opcmds script), immediately works :S

The problem is that the same procedure is used for locking and unlocking throughout the script, so if it's happening with text floods it should happen with every other flood as well. It would be useful if you paste the setting you have for botnet text flood protection.
siki wrote:
Hello
has any idea why something makes Bot
Edge leaving the user

[18:38:25] * Quits: tata_ch (tata_ch@user-F450077B.cust.bluewin.ch) (Quit: exit)
[18:38:26] * Balkan-Security sets mode: +b *!*@user-F450077B.cust.bluewin.ch


man can change?

allprotection script beta version Current BETA: allprotection4.6b8
is that...
thanks

You did not specify enough information so I can't decide whether this is AllProtection or some other script setting the ban. Type '.ap:monitor' in your bot's console when this happens and paste the output here.
_________________
Follow me on GitHub

- Opposing

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


Joined: 22 Jul 2008
Posts: 5

PostPosted: Mon Jul 28, 2008 5:15 pm    Post subject: Reply with quote

hi

So I only have allprotection beta version on the tcl offered nothing else
Back to top
View user's profile Send private message
Sir_Fz
Revered One


Joined: 27 Apr 2003
Posts: 3793
Location: Lebanon

PostPosted: Mon Jul 28, 2008 6:36 pm    Post subject: Reply with quote

siki wrote:
hi

So I only have allprotection beta version on the tcl offered nothing else

The information you provided are not useful for me, I cannot help you unless you provide a broader scenario and paste the output of '.ap:monitor' when this "problem" occurs.

Also, check your AP channel-settings. I'd start with ap:revdoor, ap:partmsgs and ap:partmsgc (these are the settings related to parts/quits).
_________________
Follow me on GitHub

- Opposing

Public Tcl scripts
Back to top
View user's profile Send private message Visit poster's website
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 ... 58, 59, 60 ... 88, 89, 90  Next
Page 59 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