mirc color codes

Old posts that have not been replied to for several years.
Locked
C
CafeiN

Post by CafeiN »

I want to add ctrl+k to badwords list. how should I add it to the list.
G
Guest

Post by Guest »

Well, Eggdrop doesn't have a "badwords" list by default, but it is fairly easy to make one when its anti-colors since people never use the character for anything else but colors...

bind pubm - "% *03*" pubm:anticolors
proc pubm:anticolors {args} {
putserv "KICK [lindex $args 0] :You're not liked."
}
Locked