Tip of the day: UnrealIRCd 6 uses GeoIP by default. It is shown in WHOIS but also available as country in mask items,for example it can be used in the TLD Block to serve a Spanish MOTD to people in Spanish speaking countries. |
Require module block
Jump to navigation
Jump to search
This block allows you to require a certain module being loaded globally (across the network), as well as requiring a minimum version. Because adding this to the configuration is a manual action by the administrator, it also means that any server that violates the "rules" will always be denied from linking in.
Syntax
require module { name "somemodule"; //min-version "2.0"; // Optional };
You can only specify one module name per block, due to the presence of other fields.
See also
Related, but not the same:
- Deny module block - deny a module being used across the network