From 5f228224b321b96b63bed3be7ee35d683fd656b1 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 31 May 2015 12:51:08 +0300 Subject: [PATCH] last post: add missing end --- _posts/2015-05-31-weechat-filter.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_posts/2015-05-31-weechat-filter.md b/_posts/2015-05-31-weechat-filter.md index 7711fd9..8c0852b 100644 --- a/_posts/2015-05-31-weechat-filter.md +++ b/_posts/2015-05-31-weechat-filter.md @@ -39,3 +39,8 @@ else alerts ops. With ignore you see nothing, with filter you just toggle your filters and see that someone who you had filtered joined on the channel and did something against the channel rules and you can easily take action. + +Further reading, check `/help filter`, you will enjoy at least +the smart filter, `/filter add irc_smart * irc_smart_filter *` (hides +joins/quits/parts/etc. unless the person has talked in X minutes configured +in `/help irc.look.smart_filter_delay`).