fix literal '.' in regex, fixes

This commit is contained in:
jomo
2014-07-10 23:06:45 +02:00
parent 7b742a3152
commit bf0507ee23

View File

@@ -7,7 +7,7 @@ faq_regex = [
# ranks # ranks
"(how.*? (get|be(come)?|)|who is|are you).*? (%s)|who owns.* server" % rank_regex, "(how.*? (get|be(come)?|)|who is|are you).*? (%s)|who owns.* server" % rank_regex,
# WE # WE
"(can|how|why).*? (have|haz|use|get|doesn|can'?t).*? (WorldEdit|WE|W.E.)", "(can|how|why).*? (have|haz|use|get|doesn|can'?t).*? (WorldEdit|WE\\b|W\\.E\\.\\b)",
# clearing plot # clearing plot
"((why|how).*? (do|can)|how to).*?( /?p clear| clear.*? plot)", "((why|how).*? (do|can)|how to).*?( /?p clear| clear.*? plot)",
# add someone to a plot, claim plot # add someone to a plot, claim plot