fix false positive for e.g. MODel, MODern
This commit is contained in:
2
abot.py
2
abot.py
@@ -1,7 +1,7 @@
|
|||||||
from helpers import *
|
from helpers import *
|
||||||
from re import compile as reg_compile
|
from re import compile as reg_compile
|
||||||
|
|
||||||
rank_regex = "visitor|member|builder|trusted|helper|mod\b|moderator|admin|owner|rank"
|
rank_regex = "visitor|member|builder|trusted|helper|mod\\b|moderator|admin|owner|rank"
|
||||||
|
|
||||||
faq_regex = [
|
faq_regex = [
|
||||||
# ranks
|
# ranks
|
||||||
|
|||||||
Reference in New Issue
Block a user