To create new wiki account, please join us on #znc at Libera.Chat and ask admins to create a wiki account for you. You can say thanks to spambots for this inconvenience.
Controlpanel
This is an external module. Please note that it may or may not work with the current release (1.9.1). This module is not included in the default ZNC installation, and you will need to manually compile it before you can load this module. Contact the author if you have any questions, but feel free to ask in #znc on Libera.Chat. Someone might be able to help you there. |
Purpose
This module allows you to add/remove/edit users and settings on the fly via IRC messages. The help is quite incomplete, and some new options can't be changed with this yet.
The module is currently available in the SVN branch from crox. However, you can just get the file and add it to your ZNC v0.050.
Setup (for ZNC v0.050)
First, get the modules from the crox branch modules.tar.gz and extract admin.cpp from it. Then you have two possibilities:
- Put admin.cpp in your modules dir
- run make (and make install if you installed ZNC) again
- /msg *status loadmod -global admin
The other possibility works without ZNC's source:
- Run ./znc-buildmod admin.cpp
- Move the resulting admin.so in the ZNC module dir (~/.znc/modules)
- /msg *status loadmod -global admin
Read loading modules to learn more about loading modules.
Using the module
You can communicate with the module if you're set as an admin user. Try the help: /msg *admin help
As you can see it's not very helpful yet, so for the time being, you could look up the commands in the source file: view admin.cpp