diff options
author | louiz’ <louiz@louiz.org> | 2017-04-09 23:03:35 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2017-04-09 23:05:32 +0200 |
commit | 68d6b829402592d2d7a00e6e7b5013077aaa745c (patch) | |
tree | 445ba11b0129fdc1df294c2d517586a8e12bd069 /doc | |
parent | 79b24d7eb5b729c000cce1b56ee1a64d914b9d4e (diff) | |
download | biboumi-68d6b829402592d2d7a00e6e7b5013077aaa745c.tar.gz biboumi-68d6b829402592d2d7a00e6e7b5013077aaa745c.tar.bz2 biboumi-68d6b829402592d2d7a00e6e7b5013077aaa745c.tar.xz biboumi-68d6b829402592d2d7a00e6e7b5013077aaa745c.zip |
Properly handle multiline topics
fix #3254
Diffstat (limited to 'doc')
-rw-r--r-- | doc/biboumi.1.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/biboumi.1.rst b/doc/biboumi.1.rst index ec92ef1..3eaf235 100644 --- a/doc/biboumi.1.rst +++ b/doc/biboumi.1.rst @@ -371,6 +371,13 @@ Notices Notices are received exactly like private messages. It is not possible to send a notice. +Topic +----- + +The topic can be set and retrieved seemlessly. The unique difference is that +if an XMPP user tries to set a multiline topic, every line return (\n) will +be replaced by a space, because the IRC wouldn’t accept it. + Invitations ----------- |