Support toggling leet speak #9

Closed
opened 2020-11-11 06:06:22 -05:00 by ahctangU · 4 comments
ahctangU commented 2020-11-11 06:06:22 -05:00 (Migrated from github.com)

First of all, thanks so much for making this plugin!

However, I am wracking my brain as to how the following 3 "words" are being flagged as profane.

fmt.Println(goaway.IsProfane("BwMAF4GiogA")) //true
fmt.Println(goaway.IsProfane("BwMBF4GiogA")) //true
fmt.Println(goaway.IsProfane("BwMCF4GiogA")) //true

First of all, thanks so much for making this plugin! However, I am wracking my brain as to how the following 3 "words" are being flagged as profane. > fmt.Println(goaway.IsProfane("BwMAF4GiogA")) //true > fmt.Println(goaway.IsProfane("BwMBF4GiogA")) //true > fmt.Println(goaway.IsProfane("BwMCF4GiogA")) //true
TwiN commented 2020-11-11 12:22:25 -05:00 (Migrated from github.com)

F4G is being picked up as FAG if I had to guess

`F4G` is being picked up as `FAG` if I had to guess
ahctangU commented 2020-11-17 23:22:50 -05:00 (Migrated from github.com)

I see! I guess it would be nice if it were possible to toggle the l33t speak replacer.

I see! I guess it would be nice if it were possible to toggle the l33t speak replacer.
TwiN commented 2020-11-17 23:42:21 -05:00 (Migrated from github.com)

Shouldn't be too hard, I'll write something up tomorrow when I have time.

Shouldn't be too hard, I'll write something up tomorrow when I have time.
TwiN commented 2020-11-18 19:31:29 -05:00 (Migrated from github.com)

Closed by 5179d36

Released in v1.0.0

Closed by 5179d36 Released in [v1.0.0](https://github.com/TwinProduction/go-away/releases/tag/v1.0.0)
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
TwiN/go-away#9
No description provided.