1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 19:53:13 +02:00

doc/user: update note about chars replaced in IRC tags (trigger)

This commit is contained in:
Sébastien Helleu
2023-05-15 08:08:42 +02:00
parent 2c22626106
commit e589f3471b
7 changed files with 22 additions and 84 deletions
+4 -12
View File
@@ -5299,13 +5299,9 @@ Variablen die mittels Tags in der Nachricht gesetzt werden:
| tg_msg_pv | string | "1" für eine private Nachricht, andernfalls "0".
|===
// TRANSLATION MISSING
[NOTE]
====
^(1)^ Sonderzeichen werden im IRC Tag ersetzt:
* key: `_` -> `-` and `,` -> `;`
* value: `,` -> `;`
====
^(1)^ Commas are replaced by semicolons in IRC tag (key and value).
[[trigger_data_print]]
==== Print
@@ -5341,13 +5337,9 @@ Variablen die mittels Tags in der Nachricht gesetzt werden:
| tg_msg_pv | string | "1" für eine private Nachricht, andernfalls "0".
|===
// TRANSLATION MISSING
[NOTE]
====
^(1)^ Sonderzeichen werden im IRC Tag ersetzt:
* key: `_` -> `-` and `,` -> `;`
* value: `,` -> `;`
====
^(1)^ Commas are replaced by semicolons in IRC tag (key and value).
[[trigger_data_command]]
==== Command