mirror of
https://github.com/znc/znc.git
synced 2026-06-21 18:45:18 +02:00
admin: Add set/get Nick/Altnick to help
Dunno why these commands weren't documented before... git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1535 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -62,6 +62,8 @@ class CAdminMod : public CModule {
|
||||
const char* boolean = "Boolean (true/false)";
|
||||
const char* integer = "Integer";
|
||||
static const char* vars[][2] = {
|
||||
{"Nick", string},
|
||||
{"Altnick", string},
|
||||
{"Ident", string},
|
||||
{"RealName", string},
|
||||
{"VHost", string},
|
||||
|
||||
Reference in New Issue
Block a user