Skip to content

Commit

Permalink
Add private to the salute words
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Nov 24, 2024
1 parent 34a2efe commit 8cabfb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/D2Handlers/Message/Handler/SaluteHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public struct SaluteHandler: MessageHandler {
private let pattern: Regex<Substring>

public init(
keywords: Set<String> = ["major", "general", "corporal", "colonel"],
keywords: Set<String> = ["major", "general", "corporal", "colonel", "private"],
capitalizedWordsOnly: Bool = true
) {
pattern = Regex {
Expand Down

0 comments on commit 8cabfb2

Please sign in to comment.