View Single Post
Old 09-08-2007, 04:54 PM  
o_dog
Senior Member
 
Join Date: May 2007
Posts: 692
Default

set ioFM(pd_ban_dirs) {
/:German|Linux|Unix|FreeBSD|J2ME|Delphi|Trainer|Sol aris|PalmOS|SymbianOS|XScale|SWEDISH|Comic\.eBook
}

it's regexp. * isn't used as a wildcard anywhere. use .* or .+? but it's not needed at all if you're only going to match one word in release.
if you're going to have . in the ban you need to add a \ infront of it.
\.
and no spaces. each ban is seperated by |
/pwd/:ban1|ban2|ban3


if you messed that one up yu prolly messed up the other too, i'm surprised it works at all frankly =)

Last edited by o_dog; 09-08-2007 at 05:00 PM.
o_dog is offline   Reply With Quote