summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
]