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.
Support & discussion of released scripts, and announcements of new releases.
-
mp35486
- Voice
- Posts: 8
- Joined: Thu Jun 09, 2005 9:54 am
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.
-
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:
·awyeah·
==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
-
Sir_Fz
- Revered One
- Posts: 3794
- 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.
-
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.
==================================
-
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.
-
Sir_Fz
- Revered One
- Posts: 3794
- Joined: Sun Apr 27, 2003 3:10 pm
- Location: Lebanon
-
Contact:
Post
by Sir_Fz »
You can use
allfloodprotection3.8b.tcl which has bad nick protection along with alot of other protections.