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

irc: add extra info in /help irc.look.smart_filter_delay

This commit is contained in:
Sebastien Helleu
2013-09-20 16:47:34 +02:00
parent 1b9b2434f6
commit 2fcdba1332
18 changed files with 68 additions and 45 deletions
+3 -1
View File
@@ -2514,7 +2514,9 @@ irc_config_init ()
irc_config_look_smart_filter_delay = weechat_config_new_option (
irc_config_file, ptr_section,
"smart_filter_delay", "integer",
N_("delay for filtering join/part/quit messages (in minutes)"),
N_("delay for filtering join/part/quit messages (in minutes): if the "
"nick did not speak during the last N minutes, the join/part/quit is "
"filtered"),
NULL, 1, 60*24*7, "5", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL);
irc_config_look_smart_filter_join = weechat_config_new_option (
irc_config_file, ptr_section,