diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-11-15 08:38:40 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-11-15 08:38:40 +0100 |
commit | 3a03184d7a5b8fda4890423b8d86470c5ea16899 (patch) | |
tree | 47bbd40a84aa4762d47ea86aa970dd0a5e3b546f /src/plugins | |
parent | b5804bd64dbd701c560da4c9c585f8d1055a01c8 (diff) | |
download | weechat-3a03184d7a5b8fda4890423b8d86470c5ea16899.zip |
irc: mention /filter command in /help irc.look.smart_filter
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/irc/irc-config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/irc/irc-config.c b/src/plugins/irc/irc-config.c index a45818e07..44eed9307 100644 --- a/src/plugins/irc/irc-config.c +++ b/src/plugins/irc/irc-config.c @@ -3074,7 +3074,7 @@ irc_config_init () "smart_filter", "boolean", N_("filter join/part/quit/nick messages for a nick if not speaking " "for some minutes on channel (you must create a filter on tag " - "\"irc_smart_filter\")"), + "\"irc_smart_filter\", see /help filter)"), NULL, 0, 0, "on", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); irc_config_look_smart_filter_chghost = weechat_config_new_option ( |