Reference: FunChatReplace.txt

Purpose

This was a bonus feature implemented for fun and possible trolling, but never actually used during official server operation. May require testing to make sure it actually works.

To activate this feature, add the trollchat permission to an account or character.

This file contains a listing of words or phrases, and their replacement words or phrases. If the feature is activated for a player, their incoming region chat messages will be compared to the list. If a word/phase is found anywhere in the message, that part of the message will be replaced by the replacement word/phrase. Everyone on the server will then see the modified message.

Phrase lookups use a lower-case conversion of the incoming message.

File Format

List file. One entry per line.
Key;value pairs separated at the first semicolon (;)
No comment character.
No header.

Line format: phrase text;replacement text