This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

suggest (xchannel / AllProtection)

Support & discussion of released scripts, and announcements of new releases.
Post Reply
User avatar
Thanhas
Op
Posts: 124
Joined: Sat Sep 02, 2006 11:14 am
Location: Ottawa, Canada

suggest (xchannel / AllProtection)

Post by Thanhas »

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
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Test both and you decide. :wink:
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
Thanhas
Op
Posts: 124
Joined: Sat Sep 02, 2006 11:14 am
Location: Ottawa, Canada

Post by Thanhas »

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
m
metroid
Owner
Posts: 771
Joined: Wed Jun 16, 2004 2:46 am

Post by metroid »

Try to be more clear because you're not making much sense.
User avatar
Thanhas
Op
Posts: 124
Joined: Sat Sep 02, 2006 11:14 am
Location: Ottawa, Canada

Post by Thanhas »

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
User avatar
Sir_Fz
Revered One
Posts: 3793
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

One of two settings: ap:partmsgs or ap:partmsgc (one for msg length and the other is for msg codes).
User avatar
Thanhas
Op
Posts: 124
Joined: Sat Sep 02, 2006 11:14 am
Location: Ottawa, Canada

Post by Thanhas »

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
User avatar
Sir_Fz
Revered One
Posts: 3793
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

You'll need to use a special technique for this, it's called "using your head." Pure logic. For example, you have:
ap:partmsgs {180 30 kb 2}
to disable:
.chanset #chan ap:partmsgs 0 30 kb 2
or you have
ap:partmsgc {r:35 b:35 u:35 c:35 30 kb 2}
to disable:
.chanset #chan ap:partmsgc r:0 b:0 u:0 c:0 30 kb 2
voila!
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

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: Select all

 tag when posting logs, code
e
e-force
Voice
Posts: 23
Joined: Tue Jan 04, 2005 7:10 pm

xchannel

Post by e-force »

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 :) ?
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

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: Select all

 tag when posting logs, code
e
e-force
Voice
Posts: 23
Joined: Tue Jan 04, 2005 7:10 pm

Post by e-force »

Fine! As ussual you have always good decision in most problems.I like that tcl and thanks for the good work.
Post Reply