From 22af40c995b96065933ff87539d5aea07c123858 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Mon, 1 Mar 2021 22:40:39 -0500 Subject: [PATCH] fix #1547 make PASSWORD an alias for PASSWD in nickserv --- irc/nickserv.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/irc/nickserv.go b/irc/nickserv.go index 40967bc9..9a7d6897 100644 --- a/irc/nickserv.go +++ b/irc/nickserv.go @@ -222,6 +222,9 @@ indicate an empty password, use * instead.`, enabled: servCmdRequiresAuthEnabled, minParams: 2, }, + "password": { + aliasOf: "passwd", + }, "get": { handler: nsGetHandler, help: `Syntax: $bGET $b