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

From UnrealIRCd documentation wiki
Jump to navigation Jump to search

Bloque DRpass

IRCOp's who have restart/die rights can restart the IRC Server through /RESTART and kill the server with the /DIE command.

This block allows you to set a password for these commands so IRCOp's need to use /DIE password and /RESTART password.

Please use encrypted password in this block (especially here). See Authentication types.

Syntax

drpass {
	restart <restart-password>;
	die <die-password>;
};

Example

drpass {
	restart "I-love-to-restart";
	die "die-you-stupid";
};