mirror of
https://github.com/znc/znc.git
synced 2026-05-03 12:02:30 +02:00
admin: Fix the output of "help".
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1633 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -36,9 +36,9 @@ class CAdminMod : public CModule {
|
||||
CmdTable.AddColumn("Description");
|
||||
static const char* help[][3] = {
|
||||
{"Get", "variable [username]", "Prints the variable's value for the given or current user"},
|
||||
{"Set", "variable [username] value", "Sets the variable's value for the given or current user"},
|
||||
{"Set", "variable username value", "Sets the variable's value for the given user (use $me for the current user)"},
|
||||
{"GetChan", "variable [username] chan", "Prints the variable's value for the given channel"},
|
||||
{"SetChan", "variable [username] chan value", "Sets the variable's value for the given channel"},
|
||||
{"SetChan", "variable username chan value", "Sets the variable's value for the given channel"},
|
||||
{"ListUsers", "", "Lists users"},
|
||||
{"AddUser", "username password [ircserver]", "Adds a new user"},
|
||||
{"DelUser", "username", "Deletes a user"},
|
||||
|
||||
Reference in New Issue
Block a user