1782
|
1 #summary Silly little module to convert your conversations to "swedish"
|
|
2 #labels Stage-Beta
|
|
3
|
|
4 = Introduction =
|
|
5
|
|
6 This module does some conversions on message bodys passed through it causing
|
|
7 them to look like our beloved swedish chef had typed them.
|
|
8
|
|
9
|
|
10 = Details =
|
|
11
|
|
12 To load this on a MUC component do
|
|
13
|
|
14 {{{
|
|
15 Component "funconference.example.com" "muc"
|
|
16 modules_enabled = { "swedishchef" }
|
|
17 swedishchef_trigger = "!chef"; -- optional, converts only when the message starts with "!chef"
|
|
18 }}}
|
|
19
|
|
20 In theory this also works for whole servers, but that is untested and not recommended ;)
|
|
21
|
|
22 = Compatibility =
|
|
23 ||0.6||Works||
|
|
24 ||0.5||Works||
|
|
25
|
|
26 = Todo =
|
|
27
|
|
28 * Possibly add xhtml-im (XEP-0071) support |