WeeChat tips
From FlashTux
English | (+/-)
Smart filter alias
Some of us only want to smart filter some of our channels. For this to work you still need to enable smart filters.
-
/set irc.look.smart_filter "on"
This alias lets you type /sfilter to easily add the current buffer to be smart filtered:
-
/alias sfilter filter add irc_smart_$server_$channel irc.$server.$channel irc_smart_filter *
And this alias will remove a previously added smart filter (if the above command was used to add it):
-
/alias rmsfilter filter del irc_smart_$server_$channel
Written by Wraithan

