diff options
author | Sadie Powell <sadie@witchery.services> | 2023-09-04 15:00:56 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2023-09-26 12:39:30 +0100 |
commit | dc371aad6d059dbf7f30f6878c680532bedd4146 (patch) | |
tree | 770cf0dac9075a3c94fedc63b3ddd4f7daf401b1 /data | |
parent | adf820c08a0cdd404ce266da38c240390b43f0d0 (diff) |
Re-add the GHOST and REGAIN commands for compatibility.
These are hidden so they won't be shown in the help.
Diffstat (limited to 'data')
-rw-r--r-- | data/nickserv.example.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index 5cf465dc5..7c6bfb06c 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -460,9 +460,10 @@ module restoreonrecover = yes } command { service = "NickServ"; name = "RECOVER"; command = "nickserv/recover"; } -# Uncomment below to emulate 1.8's behavior of ghost and release. -#command { service = "NickServ"; name = "GHOST"; command = "nickserv/recover"; } -#command { service = "NickServ"; name = "RELEASE"; command = "nickserv/recover"; } + +# For compatibility with Anope 1.8 and Atheme. +command { service = "NickServ"; name = "GHOST"; command = "nickserv/recover"; hide = true; } +command { service = "NickServ"; name = "RELEASE"; command = "nickserv/recover"; hide = true; } /* * ns_register |