1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 17:04:47 +02:00

Alias the old GETPASS command to RESETPASS.

This commit is contained in:
Sadie Powell
2025-09-12 14:40:33 +01:00
parent ba9f4e93c2
commit 42e58952cc
+3
View File
@@ -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
*