-
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 Wed Jun 26 03:22:03 PM UTC 2024
- Loading branch information
1 parent
577887c
commit 7695a2e
Showing
1 changed file
with
59 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 |
---|---|---|
|
@@ -154,6 +154,26 @@ module "third/queue" | |
} | ||
} | ||
|
||
module "third/ipinfo_whois" | ||
{ | ||
description "Show IPinfo.io information in WHOIS"; | ||
version "1.0.0"; | ||
author "reverse"; | ||
documentation "https://github.com/revrsedev/UnrealIRCD-6-mods-contrib/blob/main/ipinfo_whois/README.md"; | ||
troubleshooting "In case of problems, documentation or e-mail me at [email protected]"; | ||
source "https://raw.githubusercontent.com/unrealircd/unrealircd-contrib/unreal6/files/ipinfo_whois.c"; | ||
sha256sum "03d89928fc1a610555b29104281fd9efd13f3b4346a1f85336e3081f395a7903"; | ||
min-unrealircd-version "6.*"; | ||
post-install-text | ||
{ | ||
"The module is installed, now all you need to do is add a 'loadmodule' line to your config file:"; | ||
"loadmodule \"third/ipinfo_whois\";"; | ||
"Add the TOKEN API from ipinfo.io to the block ipinfo_whois in you're config file"; | ||
"Then /rehash the IRCd."; | ||
"For usage information, refer to the module's documentation found at: https://github.com/revrsedev/UnrealIRCD-6-mods-contrib/blob/main/ipinfo_whois/README.md"; | ||
} | ||
} | ||
|
||
module "third/topicgreeting" | ||
{ | ||
description "Greet users who join a channel by changing the topic (channel mode +g)"; | ||
|
@@ -1421,6 +1441,26 @@ module "third/extwarn" | |
} | ||
} | ||
|
||
module "third/welcomemessages" | ||
{ | ||
description "Sends server custom welcome messages for differents channels"; | ||
version "1.0.1"; | ||
author "reverse"; | ||
documentation "https://github.com/revrsedev/UnrealIRCD-6-mods-contrib/blob/main/welcomemessages/README.md"; | ||
troubleshooting "In case of problems, documentation or e-mail me at [email protected]"; | ||
source "https://raw.githubusercontent.com/unrealircd/unrealircd-contrib/unreal6/files/welcomemessages.c"; | ||
sha256sum "b406031187c2e6fa4c674570331b16991826a1de6fc3a3d52507d38098a79f8c"; | ||
min-unrealircd-version "6.*"; | ||
post-install-text | ||
{ | ||
"The module is installed, now all you need to do is add a 'loadmodule' line to your config file:"; | ||
"loadmodule \"third/welcomemessages\";"; | ||
"Add channel and custom messages to your config file"; | ||
"Then /rehash the IRCd."; | ||
"For usage information, refer to the module's documentation found at: https://github.com/revrsedev/UnrealIRCD-6-mods-contrib/blob/main/welcomemessages/README.md"; | ||
} | ||
} | ||
|
||
module "third/upgrade-notify" | ||
{ | ||
description "Sends out a message to opers when there is an upgrade available for UnrealIRCd"; | ||
|
@@ -1519,6 +1559,25 @@ module "third/repeatprot" | |
} | ||
} | ||
|
||
module "third/listsg" | ||
{ | ||
description "Command /SG to list security groups and their members"; | ||
version "1.0"; | ||
author "reverse"; | ||
documentation "https://github.com/revrsedev/UnrealIRCD-6-mods-contrib/blob/main/listsg/README.md"; | ||
troubleshooting "In case of problems, documentation or e-mail me at [email protected]"; | ||
source "https://raw.githubusercontent.com/unrealircd/unrealircd-contrib/unreal6/files/listsg.c"; | ||
sha256sum "16697a331d8f66baa8a9225a6a7896f81ce1b17b533ff9ee375acd4601acce4a"; | ||
min-unrealircd-version "6.*"; | ||
post-install-text | ||
{ | ||
"The module is installed, now all you need to do is add a 'loadmodule' line to your config file:"; | ||
"loadmodule \"third/listsg\";"; | ||
"Then /rehash the IRCd."; | ||
"For usage information, refer to the module's documentation found at: https://github.com/revrsedev/UnrealIRCD-6-mods-contrib/blob/main/listsg/README.md"; | ||
} | ||
} | ||
|
||
module "third/display-name" | ||
{ | ||
description "+draft/display-name (IRCv3)"; | ||
|