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.
Old posts that have not been replied to for several years.
lightnin
Voice
Posts: 14 Joined: Tue Jun 07, 2005 12:00 pm
Location: Toronto, Canada
Post
by lightnin » Tue Jun 07, 2005 4:19 pm
Thunderdome wrote: Do you think you could make an anti akick script ?
IT would be very usefull.
For most servers the chanserv is ChanServ and is:
AKICK channel {ADD|DEL|LIST} [nick-ou-usermasc]
THATS NOT A BAD IDEA!!!
Sir_Fz wrote: in proc
notc:chars replace $noticel(kmsg) with $noticec(kmsg) and in proc
bnick:kick replace $nick!$uhost with $nn!$uhost
PS: It's now 3.3b
ITS 3.3b NOW!!! MAAN!! U R FAST!!! LOL....
ANY OTHER CHANGES IN THE SCRIPT OTHER THAN THE
NOTICE &
BNICK FIX in 3.3b??
- l|ghtn|n`sn|d3 -
Sir_Fz
Revered One
Posts: 3794 Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:
Post
by Sir_Fz » Tue Jun 07, 2005 4:26 pm
No, those were the changes done in 3.2b and 3.3b. I know you might think it's not worth it to release a new version after a single bug fix, I just want to make sure that the user knows there has been a change in the script.
awyeah
Revered One
Posts: 1580 Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:
Post
by awyeah » Mon Jun 13, 2005 4:08 am
Just use this logic to get rid of these bots:
Code: Select all
if {[regexp {^[a-z]{1}[0-9]{4,6}[a-z]{1}$} $nick] && [string equal "~" [string index [lindex [split $uhost @] 0] 0]] && ([string length [lindex [split $uhost @] 0]] >= 6)} {
1) It will match the nick pattern
2) Detect if the ident contains an asterisk "~"
3) Check if the ident length is longer than or equal to 6 characters
>> will trigger the statement
·awyeah·
==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
lightnin
Voice
Posts: 14 Joined: Tue Jun 07, 2005 12:00 pm
Location: Toronto, Canada
Post
by lightnin » Mon Jun 20, 2005 1:57 pm
hi awyeah
sorry to ask.. but I am not good at these scripting... do u have any script that can get rid of those bot floods?
cuz the logic u posted... i dont know how to incorporate it in a script......
plz help if u can.
thank you.
- l|ghtn|n`sn|d3 -
Alchera
Revered One
Posts: 3344 Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:
Post
by Alchera » Mon Jun 20, 2005 7:52 pm
Ban Flooders v2.1.3 by MC_8. Support for MC_8's scripts can be found on his
forums .
Add [SOLVED] to the thread title if your issue has been.
Search |
FAQ |
RTM
lightnin
Voice
Posts: 14 Joined: Tue Jun 07, 2005 12:00 pm
Location: Toronto, Canada
Post
by lightnin » Tue Jun 21, 2005 1:36 pm
I don't like MC_8's tcls... they are too buggy.. and problematic....... the way i see it...... it does many unnecessary things....
but thanks for the suggession.
- l|ghtn|n`sn|d3 -
Alchera
Revered One
Posts: 3344 Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:
Post
by Alchera » Tue Jun 21, 2005 3:57 pm
Buggy? I have used used 2 - 3 of his scripts for 2 yrs or more and have never come across any 'bug'?
If you are referring to his now defunct SVS routines:
Tcl error [mc:sc:do_svs]: DNS lookup failed
... there's a very simple fix on his forum:
http://forum.purehype.net/viewtopic.php?t=399
Add [SOLVED] to the thread title if your issue has been.
Search |
FAQ |
RTM