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

doc: add value -1 for notify level in function hook_line (plugin API reference)

This commit is contained in:
Sébastien Helleu
2019-10-10 18:39:31 +02:00
parent dc9964ccc6
commit 1dda5ffd02
4 changed files with 10 additions and 4 deletions
+3 -1
View File
@@ -9467,7 +9467,9 @@ struct t_hook *weechat_hook_line (const char *buffer_type,
`+0+` +
`+1+`
// TRANSLATION MISSING
| notify_level |
"-1" = no notify +
"0" = 低レベル +
"1" = メッセージ +
"2" = プライベートメッセージ +
@@ -9547,7 +9549,7 @@ WeeChat はそれらを無視します。
これに対応して `notify_level` と `highlight` も更新されます。
| notify_level |
整数 ("0" から "3") |
整数 ("-1" から "3") |
利用不可 |
通知レベルがこの値に設定されます。バッファに行が追加されるとホットリストも更新されます。 +
この値に対応して `highlight` の値も更新されます。 +