| View previous topic :: View next topic |
| Author |
Message |
Thanhas Op

Joined: 02 Sep 2006 Posts: 124 Location: Ottawa, Canada
|
Posted: Mon Oct 23, 2006 5:46 am Post subject: suggest (xchannel / AllProtection) |
|
|
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 |
|
 |
Alchera Revered One

Joined: 11 Aug 2003 Posts: 3344 Location: Ballarat Victoria, Australia
|
Posted: Mon Oct 23, 2006 11:38 pm Post subject: |
|
|
Test both and you decide.  _________________ Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM |
|
| Back to top |
|
 |
Thanhas Op

Joined: 02 Sep 2006 Posts: 124 Location: Ottawa, Canada
|
Posted: Tue Oct 24, 2006 3:40 am Post subject: |
|
|
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 |
|
 |
metroid Owner
Joined: 16 Jun 2004 Posts: 771
|
Posted: Tue Oct 24, 2006 5:10 am Post subject: |
|
|
| Try to be more clear because you're not making much sense. |
|
| Back to top |
|
 |
Thanhas Op

Joined: 02 Sep 2006 Posts: 124 Location: Ottawa, Canada
|
Posted: Tue Oct 24, 2006 5:58 am Post subject: |
|
|
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 |
|
 |
Sir_Fz Revered One

Joined: 27 Apr 2003 Posts: 3793 Location: Lebanon
|
Posted: Wed Oct 25, 2006 3:52 pm Post subject: |
|
|
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 |
|
 |
Thanhas Op

Joined: 02 Sep 2006 Posts: 124 Location: Ottawa, Canada
|
Posted: Thu Oct 26, 2006 3:04 am Post subject: |
|
|
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 |
|
 |
Sir_Fz Revered One

Joined: 27 Apr 2003 Posts: 3793 Location: Lebanon
|
Posted: Thu Oct 26, 2006 10:04 am Post subject: |
|
|
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 |
|
 |
demond Revered One

Joined: 12 Jun 2004 Posts: 3073 Location: San Francisco, CA
|
Posted: Fri Oct 27, 2006 8:45 pm Post subject: |
|
|
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 |
|
 |
e-force Voice
Joined: 04 Jan 2005 Posts: 23
|
Posted: Fri Dec 01, 2006 6:41 am Post subject: xchannel |
|
|
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 ? |
|
| Back to top |
|
 |
demond Revered One

Joined: 12 Jun 2004 Posts: 3073 Location: San Francisco, CA
|
Posted: Sun Dec 03, 2006 11:57 pm Post subject: |
|
|
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 |
|
 |
e-force Voice
Joined: 04 Jan 2005 Posts: 23
|
Posted: Tue Dec 12, 2006 12:06 pm Post subject: |
|
|
| Fine! As ussual you have always good decision in most problems.I like that tcl and thanks for the good work. |
|
| Back to top |
|
 |
|