Color Checker

By zaplinaki on Jan 23, 2012

I got annoyed with people color-spamming in the channels and i wrote this to annoy them back. This is also the first time ive written anything with msl so all suggestions are welcome.

Usage:

on :TEXT:*:#jason: { /notice $nick Please don't use color in this channel. }

                                                            OR

on :TEXT::: { /notice $nick Please don't use color in this channel. }

;Replace <channel> with either a specific channel or * to make this work on all channels.
;Replace <message> with the message that you want to send as a notice to the person who
;is using the colors.

on *:TEXT:**:<channel>: { /notice $nick <message> }

Comments

Sign in to comment.
PyThOn   -  Jan 29, 2012

I personaly think this would cause an annoying spam.

 Respond  
Wade   -  Jan 25, 2012

mode IRCd's have modes to block coloured messages and some even have modes to strip colour codes from messages automatically.

UnrealIRCd uses c to block messages. and S to strip colours.

 Respond  
Stewie1k94   -  Jan 23, 2012

You don't need to use the "/" in the "/notice".

 Respond  
Jethro   -  Jan 23, 2012

If a color spammer keeps sending you text with colors, you'll basically do the same thing of scrolling the text over and over in a channel, causing a flood and getting banned or disconnected from the server. For PM notice, it's still quite annoying in the same manner.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.