This commit is contained in:
Timothy Teakettle
2021-09-17 16:26:22 +01:00
parent e2df9fec47
commit 1665a45a5e
+1 -1
View File
@@ -293,7 +293,7 @@
word = html_decode(word)
if(prob(25))
word = pick(list("<b>\[REDACTED]</b>", "<b>\[CLASSIFIED]</b>"))
word = pick(list("<b>\[REDACTED]</b>", "<b>\[CLASSIFIED]</b>", "<b>\[EXPUNGED]</b>"))
new_message += word + suffix
message = jointext(new_message, " ")
speech_args[SPEECH_MESSAGE] = trim(message)