mIRC Home    About    Download    Register    News    Help

Print Thread
#104090 29/11/04 08:00 PM
Joined: Oct 2004
Posts: 5
D
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
D
Joined: Oct 2004
Posts: 5
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?

#104091 29/11/04 08:39 PM
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
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,


Mentality/Chris

Link Copied to Clipboard