diff --git a/Sources/App/Chat/Validate message.swift b/Sources/App/Chat/Validate message.swift index fc74c24..2fb81fd 100644 --- a/Sources/App/Chat/Validate message.swift +++ b/Sources/App/Chat/Validate message.swift @@ -1,7 +1,8 @@ fileprivate let profanity = [ - "fuck", - "cunt", - "shit", + "ballerup", + "windows_11", + "Lars D. Christoffersen", + "Innovation in Engineering" ] func checkMessage(msg: String) throws -> String{