I'm trying to find something that will relay spam messages to a channel of my choice. There seem to be alot of spam busting scripts out there that are a little more "high powered" than i'm actually requiring.
Basically i'd like a seperate file of particular strings of text that the script would look at, see if it's comparable to the spam msg, and if it is be able to relay it to a channel name that i can set.
So far i'm using a mIRC script to relay for me, which isn't as satisfactory as an eggdrop eg.
on *:TEXT:*/w*/w*/w*/*,*/K*/i*/r*/a*/z*,*/T*/k/*:?: { msg #channelname $fulladdress MSG $1- | echo -s $nick $address $1- | close -m $nick }
The strings of text are many and varied, the spammers try to hide their urls with colour codes and control characters.
The bot would be more of a floating bot, joining channels that i request it to monitor rather than a channel protection bot, plus it would be lovely to tell the bot to add a new string to the file on the fly.
I'm afraid i dont know much about coding this sort of script myself, it's rather out of my league but would be very grateful to anyone that has the time to either hash something together for me or point me in the right direction.
Cheers
Tashie - DALnet