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/6/es

From UnrealIRCd documentation wiki
Jump to navigation Jump to search

Bloque Admin

The admin block defines the text displayed in a /admin request. You can specify as many lines as you want and they can contain whatever information you choose, but it is standard to include the admins nickname and email address at a minimum. Other information may include any other contact information you wish to give.

Syntax:

admin {
	<text-line>;
	<text-line>;
};

Example:

admin {
	"Bob Smith";
	"bob";
	"[email protected]";
};