Details
-
Type:
New Feature
-
Status:
Reopened
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Acceptance Test - Add?:No
Description
http://www.igniterealtime.org/community/message/168856
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.
Issue Links
- is related to
-
SPARK-1188
Emphasize broadcast message in the chat window
-
Nice improvement. There already exists 4 other properties so with this one we are now in 5. I think that it is now time to create a new page where admins can configure these properties (maybe not include the servicename). Anyone willing to add this page? I think that it will simplify administration of this very popular plugin.