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, 4 ... 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: Mon Jun 06, 2005 7:17 am    Post subject: Reply with quote

Ok, will work on this feature.
_________________
Follow me on GitHub

- Opposing

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


Joined: 11 Dec 2004
Posts: 102

PostPosted: Mon Jun 06, 2005 7:18 am    Post subject: Reply with quote

thx, that would be cool as it cna benifit more users. With a good working up to dat script like that, this can be a good "quick solution" for small ircd's Smile

It would be nice that people can set the duration of the K line, and, that the script can be configured to do the /oper command Smile
Back to top
View user's profile Send private message
Sir_Fz
Revered One


Joined: 27 Apr 2003
Posts: 3793
Location: Lebanon

PostPosted: Mon Jun 06, 2005 7:29 am    Post subject: Reply with quote

So the punishment methods would be:
Quote:
# 1: warn - kick - kickban
# 2: warn - kick
# 3: warn - kickban
# 4: kick - kickban
# 5: kickban
# 6: warn - kick - kline
# 7: warn - kline
# 8: kick - kill - kline
# 9: kill - kline
# 10: kline

I know there're more methods, but there's no need to increase them that much so if you think one of these methods is not needed or you can replace one (or more) with another, don't hesitate to tell me.
_________________
Follow me on GitHub

- Opposing

Public Tcl scripts
Back to top
View user's profile Send private message Visit poster's website
^DooM^
Owner


Joined: 26 Aug 2003
Posts: 772
Location: IronForge

PostPosted: Mon Jun 06, 2005 8:02 am    Post subject: Reply with quote

I think you have covered every angle there mate. Nice one. I am looking forward to trying it Wink
_________________
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
Back to top
View user's profile Send private message Visit poster's website
CosmicD
Op


Joined: 11 Dec 2004
Posts: 102

PostPosted: Mon Jun 06, 2005 8:48 am    Post subject: Reply with quote

dats kool Smile looking forward to try it Smile
Back to top
View user's profile Send private message
Sir_Fz
Revered One


Joined: 27 Apr 2003
Posts: 3793
Location: Lebanon

PostPosted: Mon Jun 06, 2005 9:24 am    Post subject: Reply with quote

Ok, added those punishment methods but they're still not applied to drone nicks, clones, join, mass ban....etc but only applied on the same types as the pervious methods were. I will work on applying them on the flood types that ^DooM^ mentioned tonight, but I wish you'd test this version (2.6). Thank you Smile
_________________
Follow me on GitHub

- Opposing

Public Tcl scripts
Back to top
View user's profile Send private message Visit poster's website
^DooM^
Owner


Joined: 26 Aug 2003
Posts: 772
Location: IronForge

PostPosted: Mon Jun 06, 2005 9:55 am    Post subject: Reply with quote

Yep sure i'll test em as soon as i get my Linux box back up. Probably be at least thursday before I get to test it.
_________________
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
Back to top
View user's profile Send private message Visit poster's website
CosmicD
Op


Joined: 11 Dec 2004
Posts: 102

PostPosted: Mon Jun 06, 2005 1:17 pm    Post subject: Reply with quote

oki

i've loaded the script.. and wel: it just sits there, I especially look for the private and spam advertisement but it just doesnt give any response. I notice flood and , its the standard notice flood settings that put me on ignore so it cant do anything further...

Wonder what's goign on Sad

I got it to do something, but it doesn't really do the thing that is advertized as punishment type 6:

I start advertizing on a channel, but it only kiicks, (not warn when type 6 is chosen).. then : it gives the following error:
[19:35] <bot> [19:36] Tcl error [adv:kick]: can't read "ktype": no such variable

when spamming privately I get :

[19:34] <bot> [19:35] Tcl error [adv:private]: can't read "ktype": no such variable


Last edited by CosmicD on Mon Jun 06, 2005 1:39 pm; edited 2 times in total
Back to top
View user's profile Send private message
Sir_Fz
Revered One


Joined: 27 Apr 2003
Posts: 3793
Location: Lebanon

PostPosted: Mon Jun 06, 2005 1:21 pm    Post subject: Reply with quote

the script has been upgraded with bug fixes, and now other flood protections can have different punishment methods. Try the new version (2.7b).

I have to tell you, this was not easy... takes too many energy and too many bytes in the script Razz so if you don't test this version constantly and send me bug reports, I might go back to the previous script (with no support for kill/kline...). Thank you Smile
_________________
Follow me on GitHub

- Opposing

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


Joined: 11 Dec 2004
Posts: 102

PostPosted: Mon Jun 06, 2005 1:41 pm    Post subject: Reply with quote

yep, thats why I started testing already and you can find my findings in the message above your last one Smile

going to test the new now, I'm going to concentrate on one thing at the time, wich is the spam private/public kline punishment
Back to top
View user's profile Send private message
^DooM^
Owner


Joined: 26 Aug 2003
Posts: 772
Location: IronForge

PostPosted: Mon Jun 06, 2005 2:01 pm    Post subject: Reply with quote

Sir_Fz wrote:
the script has been upgraded with bug fixes, and now other flood protections can have different punishment methods. Try the new version (2.7b).

I have to tell you, this was not easy... takes too many energy and too many bytes in the script Razz so if you don't test this version constantly and send me bug reports, I might go back to the previous script (with no support for kill/kline...). Thank you Smile


No Fear, FZ, I will give it a hammering as soon as. I personally appreciate all the effort and hard work you have put into this script. May you be rewarded with good fortune forever more my good friend. If that fails I'll buy you a few beers Wink
_________________
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
Back to top
View user's profile Send private message Visit poster's website
Sir_Fz
Revered One


Joined: 27 Apr 2003
Posts: 3793
Location: Lebanon

PostPosted: Mon Jun 06, 2005 2:13 pm    Post subject: Reply with quote

Thanx ^DooM^ and CosmicD, I appreciate you helping me with this script and thank you ^DooM^ keep that bear option open so I might return in the future if no good fortune appeared Razz Laughing
_________________
Follow me on GitHub

- Opposing

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


Joined: 11 Dec 2004
Posts: 102

PostPosted: Mon Jun 06, 2005 2:13 pm    Post subject: Reply with quote

Hello,

I chose the punish mode 6 for advertising, anyways, its kind of nasty i think. it works ,

i get a notice, then i get kicked and then the service notices me the bot has placed a K line, but ofcourse... it should kill in the process too and it doesnt do that..
I'm not busy so long with being server op yet, maybe theres an option in the ircd that kills a k-lined client automaticly .. dunno yet

When I chose punish mode 8 instead: I get

Tcl error [adv:kick]: missing "
Back to top
View user's profile Send private message
Sir_Fz
Revered One


Joined: 27 Apr 2003
Posts: 3793
Location: Lebanon

PostPosted: Mon Jun 06, 2005 2:15 pm    Post subject: Reply with quote

I thought that when you kline someone, the user should automatically get killed. Anyway, I'll add a kill line too and fix that error.
_________________
Follow me on GitHub

- Opposing

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


Joined: 11 Dec 2004
Posts: 102

PostPosted: Mon Jun 06, 2005 2:21 pm    Post subject: Reply with quote

hmm... well I /klined myself and it kills the user too, very weird, maybe its something with the rights I gave to the bot.. i must look into that, but well, that extra line your going to add isn't going to harm i guess

I'm looking in to this, but when your going to go trough with the modification: I suggest that for the kill, you would just do kill, and for the kline, kill & kline Smile
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, 4 ... 88, 89, 90  Next
Page 3 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