mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +01:00
commit
88b1104528
@ -64,7 +64,7 @@ DROP de-links the given (or your current) nickname from your user account.`,
|
|||||||
ENFORCE is an alias for $bGET enforce$b and $bSET enforce$b. See the help
|
ENFORCE is an alias for $bGET enforce$b and $bSET enforce$b. See the help
|
||||||
entry for $bSET$b for more information.`,
|
entry for $bSET$b for more information.`,
|
||||||
authRequired: true,
|
authRequired: true,
|
||||||
enabled: servCmdRequiresAccreg,
|
enabled: servCmdRequiresNickRes,
|
||||||
},
|
},
|
||||||
"ghost": {
|
"ghost": {
|
||||||
handler: nsGhostHandler,
|
handler: nsGhostHandler,
|
||||||
@ -210,7 +210,7 @@ GET queries the current values of your account settings. For more information
|
|||||||
on the settings and their possible values, see HELP SET.`,
|
on the settings and their possible values, see HELP SET.`,
|
||||||
helpShort: `$bGET$b queries the current values of your account settings`,
|
helpShort: `$bGET$b queries the current values of your account settings`,
|
||||||
authRequired: true,
|
authRequired: true,
|
||||||
enabled: servCmdRequiresAccreg,
|
enabled: servCmdRequiresAuthEnabled,
|
||||||
minParams: 1,
|
minParams: 1,
|
||||||
},
|
},
|
||||||
"saget": {
|
"saget": {
|
||||||
@ -220,7 +220,7 @@ on the settings and their possible values, see HELP SET.`,
|
|||||||
SAGET queries the values of someone else's account settings. For more
|
SAGET queries the values of someone else's account settings. For more
|
||||||
information on the settings and their possible values, see HELP SET.`,
|
information on the settings and their possible values, see HELP SET.`,
|
||||||
helpShort: `$bSAGET$b queries the current values of another user's account settings`,
|
helpShort: `$bSAGET$b queries the current values of another user's account settings`,
|
||||||
enabled: servCmdRequiresAccreg,
|
enabled: servCmdRequiresAuthEnabled,
|
||||||
minParams: 2,
|
minParams: 2,
|
||||||
capabs: []string{"accreg"},
|
capabs: []string{"accreg"},
|
||||||
},
|
},
|
||||||
@ -279,7 +279,7 @@ how the history of your direct messages is stored. Your options are:
|
|||||||
4. 'default' [use the server default]`,
|
4. 'default' [use the server default]`,
|
||||||
},
|
},
|
||||||
authRequired: true,
|
authRequired: true,
|
||||||
enabled: servCmdRequiresAccreg,
|
enabled: servCmdRequiresAuthEnabled,
|
||||||
minParams: 2,
|
minParams: 2,
|
||||||
},
|
},
|
||||||
"saset": {
|
"saset": {
|
||||||
@ -289,7 +289,7 @@ how the history of your direct messages is stored. Your options are:
|
|||||||
SASET modifies the values of someone else's account settings. For more
|
SASET modifies the values of someone else's account settings. For more
|
||||||
information on the settings and their possible values, see HELP SET.`,
|
information on the settings and their possible values, see HELP SET.`,
|
||||||
helpShort: `$bSASET$b modifies another user's account settings`,
|
helpShort: `$bSASET$b modifies another user's account settings`,
|
||||||
enabled: servCmdRequiresAccreg,
|
enabled: servCmdRequiresAuthEnabled,
|
||||||
minParams: 3,
|
minParams: 3,
|
||||||
capabs: []string{"accreg"},
|
capabs: []string{"accreg"},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user