The squares in the chanmon buffer at the top of weechat in the gif above are there only to hide the nicknames and the messages in the gif to respect users privacies
/mouse enable
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
| #!/bin/sh | |
| set -e | |
| echo VMware ESXi 5.x Unlocker 1.2.0 | |
| echo =============================== | |
| echo Copyright: Dave Parsons 2011-13 | |
| # Ensure we only use unmodified commands | |
| export PATH=/bin:/sbin:/usr/bin:/usr/sbin |