changes the censored word to the following. If more than one word is present, it will randomly select one. starcensored must be false.
Changeto: word1,word2,word3,word4
This way we could have a per chat channel censorship. For example, we may want swear words censored in global chat, as thats server wide, but not for example peoples own town chat. This would be a fantastic and incredibly easy way to manage a servers chat and significantly reduce effort for staff.
The ability in the channels.yml to add a list of censored words below each chat channel. For example,
Channels: general: commands: [g] type: GLOBAL channeltag: '&f[G]' messagecolour: '&f' permission: 'towny.chat.general' craftIRCTag: 'admin' range: '-1' censored: swear1,swear2,swear3,swear4 starcensored: true/false
changes the censored word to the following. If more than one word is present, it will randomly select one. starcensored must be false.
This way we could have a per chat channel censorship. For example, we may want swear words censored in global chat, as thats server wide, but not for example peoples own town chat. This would be a fantastic and incredibly easy way to manage a servers chat and significantly reduce effort for staff.