Skip to content

Commit 1dfc637

Browse files
feat: update denylist entries and version increment
1 parent 6822a24 commit 1dfc637

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

.idea/kotlinc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

surf-chat-bukkit/src/main/kotlin/dev/slne/surf/chat/bukkit/command/denylist/DenylistImportDefaultCommand.kt

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,6 @@ fun CommandAPICommand.denylistImportDefaultCommand() = subcommand("importdefault
4949

5050
plugin.launch(Dispatchers.IO) {
5151
listOf(
52-
DenylistBatchEntry.builder()
53-
.withReason("Rassismus, Extremismus, Gewalt")
54-
.withStaff("Arty Support")
55-
.withActionType(DenylistActionType.COMMUNITY_BAN)
56-
.withPunishReason("Rassistische oder extremistische Inhalte")
57-
.withWords(
58-
"nigger",
59-
"ngga",
60-
"nigga",
61-
"hh",
62-
"heil hitler"
63-
)
64-
.build(),
6552
DenylistBatchEntry.builder()
6653
.withReason("Gewaltverherrlichende Inhalte")
6754
.withStaff("Arty Support")
@@ -70,6 +57,11 @@ fun CommandAPICommand.denylistImportDefaultCommand() = subcommand("importdefault
7057
.withWords(
7158
"killyourself",
7259
"kys",
60+
"nigger",
61+
"ngga",
62+
"nigga",
63+
"hh",
64+
"heil hitler"
7365
)
7466
.build(),
7567
DenylistBatchEntry.builder()

0 commit comments

Comments
 (0)