Tip of the day: Did you know that users are put in the security-group known-users based on their reputation score or if they are identified to Services?

Users in this group receive a number of benefits, such as being able to send more messages per minute.

Translations:Configuration/34/en

From UnrealIRCd documentation wiki
Jump to navigation Jump to search

ULines block

The ulines block lets you define certain servers as having extra abilities. If you use Services, such as anope or atheme, then that server name MUST be in your ulines { } in the config file of every UnrealIRCd server on your network.

Ulines should only be used for services and should NEVER match a regular UnrealIRCd server, otherwise you'll create security issues.

Syntax

ulines {
	<server-name>;
	<server-name>;
	...
};

Each entry is the name of the server which will receive the extra abilities.

Example

ulines {
	services.example.net;
};