Skip to content

Commit

Permalink
Autoupdate Thu Jul 18 04:36:04 PM UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
autoupdate-unrealircd committed Jul 18, 2024
1 parent d6628dd commit e3b2107
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions index/modules.list
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]";
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";
Expand Down

0 comments on commit e3b2107

Please sign in to comment.