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: Difference between revisions

From ZNC
Jump to navigation Jump to search
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..."
 
No edit summary
Line 1: Line 1:
{{External Module}}
{{Core Module}}
=== Purpose ===
This module allows you to add/remove/edit users and settings on the fly via IRC messages.
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.<BR>
== Usage ==
The module is currently available in the [[SVN]] branch from [http://svn.kuja.in/viewvc.cgi/znc/branches/crox/ crox]. However, you can just get the file and add it to your ZNC v0.050.
{{Module arguments}}
 
===Commands===
=== Setup (for ZNC v0.050) ===
Read <code>/msg *admin help.</code>
First, get the modules from the crox branch [http://svn.kuja.in/viewvc.cgi/znc/branches/crox/modules.tar.gz?view=tar 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 [[Modules#.28Un.29Loading_Modules|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<BR>
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: [http://svn.kuja.in/viewvc.cgi/znc/branches/crox/modules/admin.cpp?revision=1042&view=markup view admin.cpp]
 
[[Category:Modules]]

Revision as of 14:37, 17 December 2011

This module allows you to add/remove/edit users and settings on the fly via IRC messages.

Usage

Arguments

This user module takes no arguments.

Read loading modules to learn more about loading modules.

Commands

Read /msg *admin help.