1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 01:33:12 +02:00

irc: add command "monitor" in /help irc.look.notify_tags_ison

This commit is contained in:
Sebastien Helleu
2014-01-25 13:37:41 +01:00
parent 86a99af606
commit 0fbbbb4435
19 changed files with 38 additions and 34 deletions
+2 -2
View File
@@ -2518,8 +2518,8 @@ irc_config_init ()
irc_config_file, ptr_section,
"notify_tags_ison", "string",
N_("comma separated list of tags used in messages displayed by notify "
"when a nick joins or quits server (result of command ison), "
"for example: \"notify_message\", \"notify_private\" or "
"when a nick joins or quits server (result of command ison or "
"monitor), for example: \"notify_message\", \"notify_private\" or "
"\"notify_highlight\""),
NULL, 0, 0, "notify_message", NULL, 0, NULL, NULL,
NULL, NULL, NULL, NULL);