diff --git a/index/modules.list b/index/modules.list index 4a83b83..36d17e4 100644 --- a/index/modules.list +++ b/index/modules.list @@ -330,6 +330,26 @@ module "third/fantasy" } } +module "third/recover" +{ + description "Adds command /RECOVER"; + version "1.0"; + author "Valware"; + documentation "https://github.com/ValwareIRC/valware-unrealircd-mods/blob/main/recover/recover.md"; + troubleshooting "In case of problems, check the documentation or e-mail me at valerie@valware.co.uk"; + source "https://raw.githubusercontent.com/unrealircd/unrealircd-contrib/unreal6/files/recover.c"; + sha256sum "ad46ab89fdb0bf088b63634d569b4d1c09357b9450df63e16254363a548d58df"; + min-unrealircd-version "6.*"; + max-unrealircd-version "6.*"; + post-install-text + { + "The module is installed. Now all you need to do is add a loadmodule line:"; + "loadmodule \"third/recover\";"; + "to your configuration, and then rehash your server."; + "The module does not need any other configuration."; + } +} + module "third/mute" { description "Globally mute a user";