Skip to content

Commit

Permalink
peaceful registration mode disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
demidko committed Sep 22, 2024
1 parent e8ebf34 commit 36c6584
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/kotlin/com/github/demidko/glock/ChatOps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ class ChatOps(
markAsTemp(m, dialogLifetime)
val rules =
"""
Logging into the game is done by trying to shoot someone else's message, from this point you can be banned (and you can ban other players).
If you are not logged in, then you cannot be shot.
Matthew 26:52 for all they that take the sword shall perish with the sword.
""".trimIndent()
reply(m, rules, Temp(dialogLifetime))
}
Expand Down

0 comments on commit 36c6584

Please sign in to comment.