From 42e58952ccb5c553f0c83bcdd1b961ca2d80f807 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 12 Sep 2025 14:40:33 +0100 Subject: [PATCH] Alias the old GETPASS command to RESETPASS. --- data/nickserv.example.conf | 3 +++ 1 file changed, 3 insertions(+) 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 *