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:
+1
-1
@@ -433,7 +433,7 @@ format_announcement() {
|
||||
local message
|
||||
|
||||
if [[ -n "$link" ]]; then
|
||||
message="RSS: ${title} - ${link}"
|
||||
message="${title} - ${link}"
|
||||
else
|
||||
message="RSS: ${title}"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user