3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-13 07:29:30 +01:00

alias for NICKSERV SET PASSWORD

This commit is contained in:
Shivaram Lingamneni 2020-07-21 01:05:13 -04:00
parent a4343bf77d
commit f193298dcd

View File

@ -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":