forked from rDrama/rDrama
1
0
Fork 0

dont filter based when preceded by a -

master
Aevann 2023-09-18 14:32:53 +03:00
parent be8cc7643f
commit a1f3b11fa6
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ if SITE_NAME == 'rDrama':
'corgi': 'klenny',
"right now": "right meow",
"(?<!\/)linux": "GNU/Linux",
'based': 'keyed',
'(?<!-)based': 'keyed',
}
SLURS.update(RDRAMA_SLURS)