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:
psychon
2009-06-06 18:09:07 +00:00
parent 9c1f2ee462
commit 2206e19ad2
+2
View File
@@ -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},