-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Autoupdate Thu Jul 18 04:36:04 PM UTC 2024
- Loading branch information
1 parent
d6628dd
commit e3b2107
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"; | ||
|