summaryrefslogtreecommitdiff
path: root/abot.py
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2014-07-10 23:36:36 +0200
committerjomo <github@jomo.tv>2014-07-10 23:36:36 +0200
commite78a147a443eb04a7f3fce20fb7081e30a3d1332 (patch)
treee41ebe4678d67a4fa7cf80f8e5361def163c85eb /abot.py
parent9af08cfe4f119ab3a806405a1da9ee4e22093ba5 (diff)
match e.g. who can clear plot
Diffstat (limited to 'abot.py')
-rw-r--r--abot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/abot.py b/abot.py
index 6794814..0cf733a 100644
--- a/abot.py
+++ b/abot.py
@@ -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"
]