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