Incomplete
Details
Assignee
UnassignedUnassignedReporter
Daryl HerzmannDaryl HerzmannPriority
Minor
Details
Details
Assignee
Unassigned
UnassignedReporter
Daryl Herzmann
Daryl HerzmannPriority
Created August 29, 2008 at 8:35 PM
Updated October 22, 2015 at 1:05 PM
Resolved October 22, 2015 at 1:05 PM
I've attached a patch that allows prepending broadcast messages with an administrator defined string. I've chosen plugin.broadcast.messagePrefix as the name for the new property associated with this. If this property is not set then broadcast messages are not modified.
Example:
plugin.broadcast.messagePrefix = "(broadcast) "
Sending message "who ate my lunch?" to all@broadcast.domain results in all recipients receiving "(broadcast) who ate my lunch?".
I hope this proves to be useful for others.