diff options
author | Florent Le Coz <louiz@louiz.org> | 2014-04-15 05:41:17 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2014-04-15 05:41:17 +0200 |
commit | fbcce3c1123c144a3b395ee6415465f61a8e0ac1 (patch) | |
tree | 42ee47348239502e0e11e9b0d64cc23009bfbfaa | |
parent | 3bc6f1834738a1ee5a97580678ce204c0c215b71 (diff) | |
download | biboumi-fbcce3c1123c144a3b395ee6415465f61a8e0ac1.tar.gz biboumi-fbcce3c1123c144a3b395ee6415465f61a8e0ac1.tar.bz2 biboumi-fbcce3c1123c144a3b395ee6415465f61a8e0ac1.tar.xz biboumi-fbcce3c1123c144a3b395ee6415465f61a8e0ac1.zip |
Fix a wrong description of how addressing works in biboumi
-rw-r--r-- | doc/biboumi.1.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/biboumi.1.md b/doc/biboumi.1.md index 18482fb..bd6463d 100644 --- a/doc/biboumi.1.md +++ b/doc/biboumi.1.md @@ -95,14 +95,14 @@ entity. IRC channels and IRC users JIDs have a localpart formed like this: `name`, the `'%'` separator and the `irc_server`. -For an IRC channel, the name starts with `'&'`, `'#'`, `'+'` -or `'!'`. Some other gateway implementations, as well as some IRC -clients, do not require them to be started by one of these characters, -adding an implicit `'#'` in that case. Biboumi does not do that because -this gets confusing when trying to understand the difference between -*foo*, *#foo*, and *##foo*. - -If the name starts with any other character, this represents an IRC user. +If the IRC channel you want to adress starts with the `'#'` character (or +less frequently, but still valid, one of `'&'`, `'+'` or `'!'`), then you +must include it in the JID. Some other gateway implementations, as well as +some IRC clients, do not require them to be started by one of these +characters, adding an implicit `'#'` in that case. Biboumi does not do that +because this gets confusing when trying to understand the difference between +the channels *foo*, *#foo*, and *##foo*. + If compiled with Libidn, an IRC user has a bare JID representing the “hostname” provided by the IRC server. |