From 2206e19ad2a84c4d7065bde0e170d1b2f8831f5b Mon Sep 17 00:00:00 2001 From: psychon Date: Sat, 6 Jun 2009 18:09:07 +0000 Subject: [PATCH] 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 --- modules/admin.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/admin.cpp b/modules/admin.cpp index a2f997d1..7c79e6c9 100644 --- a/modules/admin.cpp +++ b/modules/admin.cpp @@ -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},