summaryrefslogtreecommitdiff
path: root/abot.py
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2014-07-10 01:03:39 +0200
committerjomo <github@jomo.tv>2014-07-10 01:03:39 +0200
commit44af737e9e7d76ae90bd56ffeddbb5ae33ea0b70 (patch)
tree4ebb216f2a64d8fb57ce6ca1ff17fed66af9494f /abot.py
parentc2814fac4ad31bcd70d2d013bd672d5d26f98b99 (diff)
fucking comma
Diffstat (limited to 'abot.py')
-rw-r--r--abot.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/abot.py b/abot.py
index 1ddcc78..46d1053 100644
--- a/abot.py
+++ b/abot.py
@@ -7,9 +7,9 @@ faq_regex = [
# ranks
"(how.+ (get|be(come)?|)|who is).+ (%s)" % rank_regex,
# WE
- "(can|how|why).+ (have|haz|use|doesn|can'?t).+ (WorldEdit|WE|W.E.)"
+ "(can|how|why).+ (have|haz|use|get|doesn|can'?t).+ (WorldEdit|WE|W.E.)",
# clearing plot
- "(why|how).+ can.+( /?p clear| clear.+plot)",
+ "(why|how).+ (do|can).+( /?p clear| clear.+ plot)",
# add someone to a plot
"how.+ add.+ plot"
]