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

From ZNC
Revision as of 14:32, 17 December 2011 by DarthGandalf (talk | contribs) (Created page with "{{External Module}} === 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 option...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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:

  1. Put admin.cpp in your modules dir
  2. run make (and make install if you installed ZNC) again
  3. /msg *status loadmod -global admin

The other possibility works without ZNC's source:

  1. Run ./znc-buildmod admin.cpp
  2. Move the resulting admin.so in the ZNC module dir (~/.znc/modules)
  3. /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