1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 21:06:38 +02:00

Fix help of /notify command

This commit is contained in:
Sebastien Helleu
2008-06-17 16:22:42 +02:00
parent 1c1f966aba
commit a96f0b53fd
8 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -495,7 +495,7 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[])
/* /notify command */
weechat_hook_command ("notify",
_("change notify level for current buffer"),
_("[reset | none | highlight | message | all]"),
_("reset | none | highlight | message | all"),
_(" reset: reset notify level to default value\n"
" none: buffer will never be in hotlist\n"
"highlight: buffer will be in hotlist for "