diff options
author | louiz’ <louiz@louiz.org> | 2018-03-19 20:08:35 +0100 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2018-03-19 20:15:44 +0100 |
commit | 619c991a691a455efee2baa4e1fe96e64d27ff64 (patch) | |
tree | 57caded9a8d529e8793e920fc1df96d8903c2280 /doc | |
parent | d7427fc9ca4c06fda458e4951559f57163d90b94 (diff) | |
download | biboumi-619c991a691a455efee2baa4e1fe96e64d27ff64.tar.gz biboumi-619c991a691a455efee2baa4e1fe96e64d27ff64.tar.bz2 biboumi-619c991a691a455efee2baa4e1fe96e64d27ff64.tar.xz biboumi-619c991a691a455efee2baa4e1fe96e64d27ff64.zip |
Add a nick field in the IRC server configuration form
fix #3317
Diffstat (limited to 'doc')
-rw-r--r-- | doc/biboumi.1.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/biboumi.1.rst b/doc/biboumi.1.rst index 2f17823..ccf3985 100644 --- a/doc/biboumi.1.rst +++ b/doc/biboumi.1.rst @@ -668,6 +668,12 @@ On a server JID (e.g on the JID chat.freenode.org@biboumi.example.com) * SHA-1 fingerprint of the TLS certificate to trust: if you know the hash of the certificate that the server is supposed to use, and you only want to accept this one, set its SHA-1 hash in this field. + * Nickname: A nickname that will be used instead of the nickname provided + in the initial presence sent to join a channel. This can be used if the + user always wants to have the same nickname on a given server, and not + have to bother with setting that nick in all the bookmarks on that + server. The nickname can still manually be changed with a standard nick + change presence. * Server password: A password that will be sent just after the connection, in a PASS command. This is usually used in private servers, where you’re only allowed to connect if you have the password. Note that, although |