Removed the RSS: prefix from messages. I am pretty sure the format of the announcement is clear enough now that I've seen the code in action.

This commit is contained in:
Storm Dragon
2026-07-13 17:52:07 -04:00
parent 13d44cf55e
commit 488b0dd922
+1 -1
View File
@@ -433,7 +433,7 @@ format_announcement() {
local message
if [[ -n "$link" ]]; then
message="RSS: ${title} - ${link}"
message="${title} - ${link}"
else
message="RSS: ${title}"
fi