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.

Badnick3.0.tcl problem

Support & discussion of released scripts, and announcements of new releases.
Post Reply
m
mp35486
Voice
Posts: 8
Joined: Thu Jun 09, 2005 9:54 am

Badnick3.0.tcl problem

Post by mp35486 »

Hi!

I loaded Badnick3.0.tcl from Prince_of_the_net.

As instructed, first I loaded his counter.tcl.

From my eggdrop.conf file:
set logo "<<$botnick>>"
source scripts/counter.tcl
source scripts/Badnick3.0.tcl

but, the problem is, this script matches any nick and kicks them regulary.

I even put only:
set bnick {
"*[censored]*"
}

in Badnick3.0.tcl in config section.

Did anybody else have problems with this script?

Thanks!

M.
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

You should set it like this, so as to escape special tcl characters:

Code: Select all

set bnick {
"*\[censored\]*"
}
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
User avatar
Sir_Fz
Revered One
Posts: 3793
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

There's no need to escape special characters in a list.
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

From what I know, that is also a very obsolete script, use a new script.
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
m
mp35486
Voice
Posts: 8
Joined: Thu Jun 09, 2005 9:54 am

Post by mp35486 »

Sir_Fz wrote:There's no need to escape special characters in a list.
Hi!

When I use pattern like this:
"*|*"

this dos not work.

I tried to escape |:
"*\|*"

but this didn't help me either...

M.
m
mp35486
Voice
Posts: 8
Joined: Thu Jun 09, 2005 9:54 am

Post by mp35486 »

awyeah wrote:From what I know, that is also a very obsolete script, use a new script.
I thought that was the latest one:
http://www.egghelp.org/tclhtml/3478-4-0-0-1-badnick.htm

Can you point me to newer script if available?

Thanks!

M.
User avatar
Sir_Fz
Revered One
Posts: 3793
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

mp35486 wrote:
awyeah wrote:From what I know, that is also a very obsolete script, use a new script.
I thought that was the latest one:
http://www.egghelp.org/tclhtml/3478-4-0-0-1-badnick.htm

Can you point me to newer script if available?

Thanks!

M.
You can use allfloodprotection3.8b.tcl which has bad nick protection along with alot of other protections.
Post Reply