Fix create_sysop.pl to work on base git install
[spider.git] / perl / Filter.pm
index 64d05508a5311b63661aeab0095c7f9e3735aca2..bf19719fd41d9fc3ab7df1635ccf486c1a8df7eb 100644 (file)
@@ -416,7 +416,7 @@ sub parse
        
        # check the line for non legal characters
        dbg("Filter::parse line: '$line'") if isdbg('filter');
-       return ('ill', $dxchan->msg('e19')) if $line !~ /{.*}/ && $line =~ /[^\s\w,_\-\*\/\(\)\$!]/;
+       return ('ill', $dxchan->msg('e19')) if $line !~ /{.*}/ && $line =~ /[^\s\w,_\.:\-\*\/\(\)\$!]/;
 
        $line = lc $line;