1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 06:16:40 +02:00

doc: protect monospace text with plus characters (relay protocol)

This commit is contained in:
Sébastien Helleu
2020-04-25 00:29:31 +02:00
parent fbb188d323
commit f3b9eb979d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -242,7 +242,7 @@ Arguments:
[NOTE]
With WeeChat ≥ 1.6, commas can be escaped in the value, for example
`init password=foo\,bar` to send the password "foo,bar".
`+init password=foo\,bar+` to send the password "foo,bar".
Format of hashed password is one of the following, where _hash_ is the hashed
password as hexadecimal:
+1 -1
View File
@@ -252,7 +252,7 @@ Paramètres :
[NOTE]
Avec WeeChat ≥ 1.6, les virgules peuvent être échappées dans la valeur,
par exemple `init password=foo\,bar` pour envoyer le mot de passe "foo,bar".
par exemple `+init password=foo\,bar+` pour envoyer le mot de passe "foo,bar".
Le format du mot de passe haché est l'un des suivants, où _hash_ est le mot
de passe haché en hexadécimal :
+1 -1
View File
@@ -255,7 +255,7 @@ _handshake_), without warning.
[NOTE]
WeeChat バージョン 1.6 以上の場合、コンマをエスケープすることで value にコンマを設定可能です。例えば
"foo,bar" というパスワードを送信するには `init password=foo\,bar` のように設定してください。
"foo,bar" というパスワードを送信するには `+init password=foo\,bar+` のように設定してください。
// TRANSLATION MISSING
Format of hashed password is one of the following, where _hash_ is the hashed