diff options
author | Florent Le Coz <louiz@louiz.org> | 2015-04-21 02:54:47 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2015-04-21 02:55:39 +0200 |
commit | d79850f984cb5aa9579ebc5f5e53696fc7872eb8 (patch) | |
tree | 86c994ef88e3971b474ba83ac42e72e7487abd91 /doc/biboumi.1.md | |
parent | e46c3c004d56c4ebcb010caded04a429435d5364 (diff) | |
download | biboumi-d79850f984cb5aa9579ebc5f5e53696fc7872eb8.tar.gz biboumi-d79850f984cb5aa9579ebc5f5e53696fc7872eb8.tar.bz2 biboumi-d79850f984cb5aa9579ebc5f5e53696fc7872eb8.tar.xz biboumi-d79850f984cb5aa9579ebc5f5e53696fc7872eb8.zip |
Document how to address a nick with @ character
fix #3047
Diffstat (limited to 'doc/biboumi.1.md')
-rw-r--r-- | doc/biboumi.1.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/biboumi.1.md b/doc/biboumi.1.md index 3fd5a25..b69dede 100644 --- a/doc/biboumi.1.md +++ b/doc/biboumi.1.md @@ -160,6 +160,12 @@ IRC nicknames are case-insensitive, this means that the nicknames toto, Toto, tOtO and TOTO all represent the same IRC user. This means you can talk to the user toto, and this will work. +Also note that some IRC nicknames may contain characters that are not +allowed in the local part of a JID (for example '@'). If you need to send a +message to a nick containing such a character, you have to use a jid like +`%irc.example.com@biboumi.example.com/AnnoyingNickn@me`, because the JID +`AnnoyingNickn@me!irc.example.com@biboumi.example.com` would not work. + Examples: `#foo%irc.example.com@biboumi.example.com` is the #foo IRC channel, on the |