match e.g. who can clear plot

This commit is contained in:
jomo
2014-07-10 23:36:36 +02:00
parent 9af08cfe4f
commit e78a147a44

View File

@@ -9,7 +9,7 @@ faq_regex = [
# WE
"\\b(can|how|why).*? (have|haz|use|get|doesn|can'?t).*? (WorldEdit|WE\\b|W\\.E\\.\\b)",
# clearing plot
"\\b((why|how).*? (do|can)|how to).*?( /?p clear| clear.*? plot)",
"\\b((why|how|who).*? (do|can)|how to).*?( /?p clear| clear.*? plot)",
# add someone to a plot, claim plot
"\\bhow.*? (get|claim|own|add).*? plot"
]