/bar set status name statusbak
/bar default status
/bar set status name spell
/bar set spell items spell_suggest
/bar set statusbak name status
I created this after the user ikwyl6 wanted a quick way to filter the buflist
/set buflist.look.display_conditions "${eval_cond:${plugins.var.buflist_conditions}} && ${buffer.hidden}==0"
/alias add search_buflist /set plugins.var.buflist_conditions $1-;/buflist refresh
/alias add search_bufname /search_buflist ${channel}=~$1
exemples
Here I will show you how to create a bar very similar to the nicklist bar, but instead of showing nickname, it will show znc commands, whenever you click on a command, weechat will send a "help the_command_you_just_clicked" and insert the name of the command in the input bar, then enter any arguments required to the command and press enter.
You will need the following script