well in some respects that would work but only if they just spam and leave it at that if some person comes in and says
hi everyone come visit my site at skankystuff.com
then the above wouldnt work i was thinking on how to accomplish that your going to have to find the position of www. then fill it in to the right till you hit the next space then $read etc etc
i will take a look at it further later when i have some free time
ok i gotta run out for awhile and this prolly doesnt work but it is an example of what i meant
on 1:TEXT:*www*:#channel: {
set %where $pos($1-,www,1)
set %what $strip($right(%where,$chr(32)))
set %url %where $+ %what
if ( %url isin $read(badurls.txt,w,%url) ) {
ban kick user etc
/msg $chan etc..
}
}