WIP: index.ts update #2

Draft
froginalog wants to merge 1 commit from froginalog/vc-goodperson:main into main
First-time contributor

Adds more swear words along with a plural checker

Adds more swear words along with a plural checker
froginalog added 1 commit 2024-08-31 15:30:06 -04:00
nin0 requested changes 2024-08-31 16:11:11 -04:00
@ -21,4 +21,2 @@
import { Devs } from "@utils/constants";
const badVerbs = ["fuck", " cum", "kill", "destroy"];
const badNouns = ["meow", "woof", "nya", ":pleading_catgirl", "cunt", "shit", "bullshit", "ass", "bitch", "nigga", "hell", "whore", "dick", "piss", "pussy", "slut", "tit", "cum", "cock", "retard", "blowjob", "bastard", "kotlin", "die", "sex", "nigger", "brainless", "mant", "manti", "mantik", "mantika", "mantikaf", "mantikafa", "mantikafas", "mantikafasi", "boykisser", "mewing", "mew", "skibidi", "gyat", "gyatt", "rizzler", "avast", "yuri"];
Owner

dont remove meow woof and other bad furryspeak

dont remove meow woof and other bad furryspeak
Author
First-time contributor

that was a mistake (but also awww mannnnn)

that was a mistake (but also awww mannnnn)
@ -25,2 +23,2 @@
const badVerbsReplacements = ["love", "eat", "deconstruct", "marry", "fart", "teach", "display", "plug", "explode", "undress", "finish", "freeze", "beat", "free", "brush", "allocate", "date", "melt", "breed", "educate", "injure", "change"];
const badNounsReplacements = ["pasta", "kebab", "cake", "potato", "woman", "computer", "java", "hamburger", "monster truck", "osu!", "Ukrainian ball in search of gas game", "Anime", "Anime girl", "good", "keyboard", "NVIDIA RTX 3090 Graphics Card", "storm", "queen", "single", "umbrella", "mosque", "physics", "bath", "virus", "bathroom", "mom", "owner", "airport", "Avast Antivirus Free"];
const badVerbs = ["fuck", " cum", "kill", "destroy", "orgasm", "orgasming"];
const badNouns = ["fag","fucking","dickhead", "motherfucker", "sigma", "asshole", "cunt", "shit", "bullshit", "ass", "bitch", "nigga", "hell", "whore", "dick", "piss", "pussy", "slut", "tit", "cum", "cock", "retard", "blowjob", "bastard", "kotlin", "die", "sex", "nigger", "brainless", "mant", "mew", "skibidi", "gyat", "rizzler", "avast", "yuri", "faggot"];
Owner

readd mantika and stuff to bad nouns

readd mantika and stuff to bad nouns
Author
First-time contributor

that was a mistake

that was a mistake
@ -26,1 +23,3 @@
const badNounsReplacements = ["pasta", "kebab", "cake", "potato", "woman", "computer", "java", "hamburger", "monster truck", "osu!", "Ukrainian ball in search of gas game", "Anime", "Anime girl", "good", "keyboard", "NVIDIA RTX 3090 Graphics Card", "storm", "queen", "single", "umbrella", "mosque", "physics", "bath", "virus", "bathroom", "mom", "owner", "airport", "Avast Antivirus Free"];
const badVerbs = ["fuck", " cum", "kill", "destroy", "orgasm", "orgasming"];
const badNouns = ["fag","fucking","dickhead", "motherfucker", "sigma", "asshole", "cunt", "shit", "bullshit", "ass", "bitch", "nigga", "hell", "whore", "dick", "piss", "pussy", "slut", "tit", "cum", "cock", "retard", "blowjob", "bastard", "kotlin", "die", "sex", "nigger", "brainless", "mant", "mew", "skibidi", "gyat", "rizzler", "avast", "yuri", "faggot"];
const badVerbsReplacements = ["move", "draw", "deconstruct", "fly", "fart", "teach", "display", "plug", "explode", "run", "walk", "freeze", "beat", "free", "brush", "allocate", "date", "melt", "breed", "educate", "injure", "change"];
Owner

keep undress, finish, Anime, Anime girl, bath, virus, bathroom, mom

keep undress, finish, Anime, Anime girl, bath, virus, bathroom, mom
Author
First-time contributor

only if you make it toggleable, doesn't even have to be default false, but undress and bath can be incredibly terrible if said instead of a simple swear word, example: I will kill you, I will undress you, this could end up in someone being banned, could it not? I'm not as opposed to anime and anime girl though

only if you make it toggleable, doesn't even have to be default false, but undress and bath can be incredibly terrible if said instead of a simple swear word, example: I will kill you, I will undress you, this could end up in someone being banned, could it not? I'm not as opposed to anime and anime girl though
nin0 changed title from WIP: index.ts update to index.ts update 2024-08-31 16:11:24 -04:00
nin0 changed title from index.ts update to WIP: index.ts update 2024-09-02 13:55:33 -04:00
This pull request has changes conflicting with the target branch.
  • index.ts
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u main:froginalog-main
git checkout froginalog-main

Merge

Merge the changes and update on Forgejo.
git checkout main
git merge --no-ff froginalog-main
git checkout main
git merge --ff-only froginalog-main
git checkout froginalog-main
git rebase main
git checkout main
git merge --no-ff froginalog-main
git checkout main
git merge --squash froginalog-main
git checkout main
git merge --ff-only froginalog-main
git checkout main
git merge froginalog-main
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
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: userplugins/vc-goodperson#2
No description provided.