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 

suggest (xchannel / AllProtection)

 
Post new topic   Reply to topic    egghelp.org community Forum Index -> Script Support & Releases
View previous topic :: View next topic  
Author Message
Thanhas
Op


Joined: 02 Sep 2006
Posts: 124
Location: Ottawa, Canada

PostPosted: Mon Oct 23, 2006 5:46 am    Post subject: suggest (xchannel / AllProtection) Reply with quote

Hello Guys i need suggesion

Suggest me Between xchannel.tcl and AllProtection v4.5.tcl
which one is more Good to stop Mass Join & mass Flood & on flood sets mode +MmR & after 60 Secands sets mode back -MmR
which one is faster then others & if there is one else then that let me know please thanks
Regards

topic moved, title edited - slennox
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
Alchera
Revered One


Joined: 11 Aug 2003
Posts: 3344
Location: Ballarat Victoria, Australia

PostPosted: Mon Oct 23, 2006 11:38 pm    Post subject: Reply with quote

Test both and you decide. Wink
_________________
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Back to top
View user's profile Send private message Visit poster's website
Thanhas
Op


Joined: 02 Sep 2006
Posts: 124
Location: Ottawa, Canada

PostPosted: Tue Oct 24, 2006 3:40 am    Post subject: Reply with quote

Thanks for Reply
i like all-pro.... but Prob is i can't setup just one Prob which is
on part msg is ban when someone parts channel with msg my bot ban him & i can't figure it ? don't know how ? if someone help me with it please
Regards
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
metroid
Owner


Joined: 16 Jun 2004
Posts: 771

PostPosted: Tue Oct 24, 2006 5:10 am    Post subject: Reply with quote

Try to be more clear because you're not making much sense.
Back to top
View user's profile Send private message
Thanhas
Op


Joined: 02 Sep 2006
Posts: 124
Location: Ottawa, Canada

PostPosted: Tue Oct 24, 2006 5:58 am    Post subject: Reply with quote

When someone parts Channel . For Exp

[02:40:04 PM] * Rainier (lame@62.5.221.204) has left #pashtoon (bye bye this is my very super duper long mesage to your friends)
[02:40:05 PM] * HosTer sets mode: +b *!*lame@62.5.*

i need to off this option in my BOT allprotection4.5.tcl

Please help me with it
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
Sir_Fz
Revered One


Joined: 27 Apr 2003
Posts: 3793
Location: Lebanon

PostPosted: Wed Oct 25, 2006 3:52 pm    Post subject: Reply with quote

One of two settings: ap:partmsgs or ap:partmsgc (one for msg length and the other is for msg codes).
_________________
Follow me on GitHub

- Opposing

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


Joined: 02 Sep 2006
Posts: 124
Location: Ottawa, Canada

PostPosted: Thu Oct 26, 2006 3:04 am    Post subject: Reply with quote

hello
yes this option is true but how to setup i just don't know on which style it not ban colors Etc ? give me the Exect command please
i am really Worried please thanks...
Regards
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
Sir_Fz
Revered One


Joined: 27 Apr 2003
Posts: 3793
Location: Lebanon

PostPosted: Thu Oct 26, 2006 10:04 am    Post subject: Reply with quote

You'll need to use a special technique for this, it's called "using your head." Pure logic. For example, you have:
Quote:
ap:partmsgs {180 30 kb 2}

to disable:
Quote:
.chanset #chan ap:partmsgs 0 30 kb 2

or you have
Quote:
ap:partmsgc {r:35 b:35 u:35 c:35 30 kb 2}

to disable:
Quote:
.chanset #chan ap:partmsgc r:0 b:0 u:0 c:0 30 kb 2

voila!
_________________
Follow me on GitHub

- Opposing

Public Tcl scripts
Back to top
View user's profile Send private message Visit poster's website
demond
Revered One


Joined: 12 Jun 2004
Posts: 3073
Location: San Francisco, CA

PostPosted: Fri Oct 27, 2006 8:45 pm    Post subject: Reply with quote

I won't make the recommendation sought as it would probably be somewhat biased; obviously, I prefer my script over SirFz's and anyone else's, but for reasons that could hardly be understood by users who aren't eggdrop scripters themselves - namely for the sake of expresiveness and terseness of my code - as far as I'm aware, there is no other script that comes even close to xchannel's functionality-to-lines of code ratio

on the other side, from users' viewpoint, both scripts are roughly functionally equivalent - SirFz's might have a little more verbose features here and there, mine has the private spam scanner; regarding mass flood effectiveness, I don't think either one has advantage, as the reaction time is determined not that much by protection's implementation (there isn't many ways you write a mass flood protection handler) - other factors play much bigger role here, namely current server lag, bot's I/O load, etc.
_________________
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use [code] tag when posting logs, code
Back to top
View user's profile Send private message Visit poster's website
e-force
Voice


Joined: 04 Jan 2005
Posts: 23

PostPosted: Fri Dec 01, 2006 6:41 am    Post subject: xchannel Reply with quote

Yes, i prefer xchannel too, but there is a little problem. As you know in Bulgaria we use sometimes cyrilic fotns.When i try do add some cyrilic text in badwords file the bot didn`t recognize them.Myabe you will bring some fresh information about this? Is your tcl support cyrilic and if not, when you will patch it Smile ?
Back to top
View user's profile Send private message
demond
Revered One


Joined: 12 Jun 2004
Posts: 3073
Location: San Francisco, CA

PostPosted: Sun Dec 03, 2006 11:57 pm    Post subject: Reply with quote

e-force, this is not script issue

make sure your text editor saves cyrillic in the same character encoding your users use on irc and you shouldn't be having that problem
_________________
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use [code] tag when posting logs, code
Back to top
View user's profile Send private message Visit poster's website
e-force
Voice


Joined: 04 Jan 2005
Posts: 23

PostPosted: Tue Dec 12, 2006 12:06 pm    Post subject: Reply with quote

Fine! As ussual you have always good decision in most problems.I like that tcl and thanks for the good work.
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
Page 1 of 1

 
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