diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index 8be6d1a66..95033b4d6 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -586,6 +586,9 @@ module command { service = "NickServ"; name = "CONFIRM RESETPASS"; command = "nickserv/confirm/resetpass"; } command { service = "NickServ"; name = "RESETPASS"; command = "nickserv/resetpass"; } +# For compatibility with Anope 2.0. +command { service = "NickServ"; name = "GETPASS"; command = "nickserv/resetpass"; hide = yes; } + /* * ns_sasl *