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.
|