azerupi / SOTAwatch-filter

SOTAwatch filter
Mozilla Public License 2.0
3 stars 0 forks source link

Filter (too much) #23

Closed ik2yra closed 8 years ago

ik2yra commented 8 years ago

Hello, i made a filter to avoid spot from europe, filtering usa vk and zl. but i don't know why ignores spots from LA. Can someone tell me what i'm doing wrong? attach two screen shots. SotawatchFilterBug.docx

tks 73 de ik2yra

ChristopheDavid commented 8 years ago

Your regular expression is invalid.

Try ^(vk|zl|[nawkj]) or ^(vk|zl|n|a|w|k|j)

See http://www.regular-expressions.info/quickstart.html for details.

73 de on6zq

ik2yra commented 8 years ago

Ok, thanks. I will try. 73's Carlos IK2YRA. Il 17/mar/2016 12:48, "Christophe David" notifications@github.com ha scritto:

Your regular expression is invalid.

Try ^(vk|zl|[nawkj]) or ^(vk|zl|n|a|w|k|j)

See http://www.regular-expressions.info/quickstart.html for details.

73 de on6zq

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/azerupi/SOTAwatch-filter/issues/23#issuecomment-197843167