Skip to content

Commit 6f77d9e

Browse files
committed
Fix "strapon" vs "trap" bug
Signed-off-by: Claire Wolf <[email protected]>
1 parent 481fdc6 commit 6f77d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

magicgurl.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function magicgurl() {
3232
text = text.replace(/dickgirl/g, 'magicgurl');
3333

3434
text = text.replace(/Trap/g, 'Magicgurl');
35-
text = text.replace(/trap/g, 'magicgurl');
35+
text = text.replace(/(?<!s)trap/g, 'magicgurl');
3636

3737
// trans men => magicboi
3838

0 commit comments

Comments
 (0)