match e.g. who can clear plot

This commit is contained in:
jomo
2014-07-10 23:36:36 +02:00
parent 71f5f46ff7
commit be988fb9e5
+1 -1
View File
@@ -9,7 +9,7 @@ faq_regex = [
# WE # WE
"\\b(can|how|why).*? (have|haz|use|get|doesn|can'?t).*? (WorldEdit|WE\\b|W\\.E\\.\\b)", "\\b(can|how|why).*? (have|haz|use|get|doesn|can'?t).*? (WorldEdit|WE\\b|W\\.E\\.\\b)",
# clearing plot # 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 # add someone to a plot, claim plot
"\\bhow.*? (get|claim|own|add).*? plot" "\\bhow.*? (get|claim|own|add).*? plot"
] ]