mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
alias for NICKSERV SET PASSWORD
This commit is contained in:
parent
a4343bf77d
commit
f193298dcd
1 changed files with 1 additions and 1 deletions
|
|
@ -462,7 +462,7 @@ func nsSetHandler(server *Server, client *Client, command string, params []strin
|
|||
var finalSettings AccountSettings
|
||||
var err error
|
||||
switch strings.ToLower(params[0]) {
|
||||
case "pass":
|
||||
case "pass", "password":
|
||||
nsNotice(rb, client.t("To change a password, use the PASSWD command. For details, /msg NickServ HELP PASSWD"))
|
||||
return
|
||||
case "enforce":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue