diff options
author | Florent Le Coz <louiz@louiz.org> | 2015-01-24 18:03:00 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2015-01-24 18:03:00 +0100 |
commit | fd0a3225be09990e8d2e0e7f441440de9879f7eb (patch) | |
tree | 20939c9989a5f0e4f765ed9c257b552d87b80bff /doc | |
parent | 2c5d3d89b0eb1e6b8d888b4d37ceca6f23c2e314 (diff) | |
download | biboumi-fd0a3225be09990e8d2e0e7f441440de9879f7eb.tar.gz biboumi-fd0a3225be09990e8d2e0e7f441440de9879f7eb.tar.bz2 biboumi-fd0a3225be09990e8d2e0e7f441440de9879f7eb.tar.xz biboumi-fd0a3225be09990e8d2e0e7f441440de9879f7eb.zip |
Document the new affiliation/role stuff, and update changelog
Diffstat (limited to 'doc')
-rw-r--r-- | doc/biboumi.1.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/biboumi.1.md b/doc/biboumi.1.md index a35d4fc..18df220 100644 --- a/doc/biboumi.1.md +++ b/doc/biboumi.1.md @@ -294,6 +294,28 @@ between IRC modes and XMPP features is as follow: Sets the participant’s role to `participant` and its affiliation to `member`. +Similarly, when a biboumi user changes some participant's affiliation or role, biboumi translates that in an IRC mode change. + +Affiliation set to `none` + + Sets mode to -vhoaq + +Affiliation set to `member` + + Sets mode to +v-hoaq + +Role set to `moderator` + + Sets mode to +h-oaq + +Affiliation set to `admin` + + Sets mode to +o-aq + +Affiliation set to `owner` + + Sets mode to +a-q + ### Ad-hoc commands Biboumi supports a few ad-hoc commands, as described in the XEP 0050. |