From 44af737e9e7d76ae90bd56ffeddbb5ae33ea0b70 Mon Sep 17 00:00:00 2001 From: jomo Date: Thu, 10 Jul 2014 01:03:39 +0200 Subject: [PATCH] fucking comma --- abot.py | 4 ++-- 1 file 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" ]