mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-11 06:29:29 +01:00
Merge pull request #1208 from slingamn/setpassword
alias for NICKSERV SET PASSWORD
This commit is contained in:
commit
b5f0f9a3ce
@ -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…
Reference in New Issue
Block a user