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.

Need some recommendations here...

Old posts that have not been replied to for several years.
Locked
f
faisal
Voice
Posts: 13
Joined: Tue Nov 04, 2003 5:56 am
Location: Singapore

Need some recommendations here...

Post by faisal »

Hi

I'm currently looking for a TCL Script that will ban users when they /notice a channel. I've downloaded quite a few of the noticeban TCL scripts available on this eggdrop page but so far, none of them works. So my search for a working NoticeBan TCL script continues. If anyone here is kind enough to recommend me a NoticeBan TCL that is working well, please help!

Thank you!

Yours Regards
Faisal
Oper @ Supra.Sg.ChatGalaxy.Org - ChatGalaxy IRC Network
User avatar
Rusher2K
Halfop
Posts: 88
Joined: Fri Apr 18, 2003 10:45 am
Location: Germany
Contact:

Post by Rusher2K »

Hello use http://www.egghelp.org/cgi-bin/tcl_arch ... oad&id=689 this script work fine.

It dosent ban mo|mo, o|o, op and voice user.

If you wan't to ban all remove the line :

Code: Select all

if {[matchattr $nick mo|mo $dest] || [isop $nick $dest] || [isvoice $nick $dest] || [matchattr $nick o|o $dest]} {return 0}
mfg Rusher
f
faisal
Voice
Posts: 13
Joined: Tue Nov 04, 2003 5:56 am
Location: Singapore

Post by faisal »

Geez.... It does work!! thanks a lot man!! :)
Locked