mod_swedishchef

Introduction

This module does some conversions on message bodys passed through it causing them to look like our beloved swedish chef had typed them.

Details

To load this on a MUC component do

Component "funconference.example.com" "muc"
    modules_enabled = { "swedishchef" }
    swedishchef_trigger = "!chef"; -- optional, converts only when the message starts with "!chef"

This also works for whole servers, it is not recommended ;)

Compatibility

Prosody-Version Status
trunk Works as of 24-12-20
0.12 Works

Todo


Installation

With the plugin installer in Prosody 0.12 you can use:

sudo prosodyctl install --server=https://modules.prosody.im/rocks/ mod_swedishchef

For earlier versions see the documentation for installing 3rd party modules