mIRC Homepage
Posted By: DarkWader Spam protection - 29/11/04 08:00 PM
Hi!

I am not sure if this is the place to request a script, but here goes:

I need a script that will punish users who use alot of "!!!!!!!!" and such.
Its so damn annoying with all these spammers going: "Juhooooo!!!!!!!!"

So does it exist such addon script for mIRC, or does anyone have a suggestion for me?
Posted By: Mentality Re: Spam protection - 29/11/04 08:39 PM
You can find ready-made addons at sites such as:

www.mirc.net
www.mircscripts.com
www.mircscripts.org
www.scriptheaven.net
www.google.com (Search)

You may also want to use the principals in this code, coupled with the help in /help ON TEXT, typed in mIRC.

For example:

on ^*:TEXT:*:?:{
if ($calc($count($1-,?) + $count($1-,!)) >= 10) {
.ignore -pnu600 $nick 3
.msg $nick You used too much punctuation. You have been ignored.
halt
}
}


Regards,
© mIRC Discussion Forums