View Single Post
Peace-Maker
SourceMod Plugin Approver
Join Date: Aug 2008
Location: Germany
Old 03-02-2011 , 09:26   Re: URL Chat Block
Reply With Quote #3

You should use a regular expression instead of just checking for some toplevel domains.

Maybe this suffices.
Code:
(?<http>(http:[\/][\/]|www.)([a-z]|[A-Z]|[0-9]|[\/.]|[~])*)
__________________
Peace-Maker is offline