Extensions

Top  Previous  Next

Public messages and private messages can be captured by server extensions and processed before being delivered. For example, a message sent in English may be captured by the server and translated into Spanish before being delivered to another user. Note: in this example, the translation would need to be implemented by the developer.  Other common extensions of chat will expand abbreviations or comicify profanity.  See PluginPigLatin in the [installation directory]/server/examples folder.

 

Extensions can also initialize public and private messages. See Extensions for more information.