Skip to content

Commit 1f8d595

Browse files
committed
run the antispam before the other modules
1 parent 5a5f59c commit 1f8d595

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/kotlin/com/lambda/module/modules/chat

src/main/kotlin/com/lambda/module/modules/chat/AntiSpam.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ object AntiSpam : Module(
7575
}
7676

7777
init {
78-
listen<ChatEvent.Message> { event ->
78+
listen<ChatEvent.Message>(42069) { event ->
7979
var raw = event.message.string
8080
val author = MessageParser.playerName(raw)
8181

0 commit comments

Comments
 (0)