Install and add a filter to mute any highlights to the word "rune" in #r/leagueoflegends on quakenet.
Autoset is used to make it persistent.
/script install unhighlight.py
/script install buffer_autoset.py
/autosetbuffer add irc.quakenet.#r/leagueoflegends localvar_set_unhighlight_regex rune
This command will not list any active buffers (channels, servers or queries) with it enabled, for that you need to type "/buffer localvar" in that window, results posted to the "weechat" one / main buffer.
/unhighlight list
/buffer set localvar_set_unhighlight_regex rune
Verify it is applied by typing and hitting enter on the following, also in the active channel, results posted in the weechat buffer
/buffer localvar
Thanks for the guide! The command
/autosetbuffer
is nowadays called/buffer_autoset
.