Originally Posted By: Horstl
Put all forbidden "urls" inside a textfile named "forbiddenurls.txt" located in your mirc main directory, each on a separate line.
DON'T add the protocol like http:// or host (www.) there, start at the domain part. You may use wildcards.
So it *should* work for "*.com" - But that's not what I had in mind smile
For general wildcard matches I'd use a simple wildcard-badword script. And the read loop above was to keep it simple and .txt-based - $hfind(W|R) would be more efficient.