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.

Search found 8 matches

by mp35486
Fri Jan 26, 2007 8:19 am
Forum: Script Requests
Topic: ban all users from specific domain(s) if not in userfile
Replies: 0
Views: 1795

ban all users from specific domain(s) if not in userfile

Hi! I need a script that which does the following: when user joins a channel it will look if it has a forbidden domain (i.e. *!*some.domain.com) and ban him if he is not listed in a userfile on eggdrop with +v flag. The script should have a possibility to add/delete domain from it (support for more ...
by mp35486
Tue Jan 03, 2006 6:03 am
Forum: Scripting Help
Topic: How to exclude +f users from been kicked
Replies: 2
Views: 5491

nANDu wrote:find this [matchattr $hand o|o $chan] and replace it with [matchattr $hand of|of $chan]
Thanks a lot! :)

This is what I wanted! :)

--
M.
by mp35486
Tue Jan 03, 2006 4:18 am
Forum: Scripting Help
Topic: How to exclude +f users from been kicked
Replies: 2
Views: 5491

How to exclude +f users from been kicked

Hi! I use chanpro2.2 tcl script which serves me just fine. Recently I wanted to change it so the +f users on bots won't be kicked by this script. The script has protectops but not protect +f users option. What is the easiest way to implement this? Here is the relevant if statement: #checks if the us...
by mp35486
Tue Jun 28, 2005 2:24 am
Forum: Archive
Topic: autorejoin protection script?
Replies: 4
Views: 2197

autorejoin protection script?

Hi!

I'm trying to find a TCL script which could set a ban for some time on user that was kicked from channel and has autorejoin turned on.

Is there such a script available?

Thanks!

M.
by mp35486
Fri Jun 17, 2005 5:22 am
Forum: Script Support & Releases
Topic: Badnick3.0.tcl problem
Replies: 6
Views: 13591

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.
by mp35486
Fri Jun 17, 2005 5:17 am
Forum: Script Support & Releases
Topic: Badnick3.0.tcl problem
Replies: 6
Views: 13591

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.
by mp35486
Fri Jun 10, 2005 5:25 am
Forum: Script Support & Releases
Topic: Badnick3.0.tcl problem
Replies: 6
Views: 13591

Badnick3.0.tcl problem

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 p...
by mp35486
Thu Jun 09, 2005 10:16 am
Forum: Archive
Topic: autokick/ban based on nick pattern
Replies: 2
Views: 1617

autokick/ban based on nick pattern

Hi!

Is there a simple script which will allow eggdrop to autokick and/or ban based on nick pattern?

For instance, I'd like nicks which contain |something as sufix to be kicked for the first time and banned if they appear again...

Thanks!

M.