Tip of the day: You can use the SAJOIN command to force a user to join a channel. Bans and other restrictions will be bypassed.

Translations:Configuration/17/es

From UnrealIRCd documentation wiki
Jump to navigation Jump to search

Bloque de baneo de nick

The ban nick block allows you to disable use of a nickname on the server.

Syntax

ban nick {

	mask <nickname>;
	reason <reason-for-ban>;
};

The ban::mask allows wildcard masks to match multiple nicks, and ban::reason allows you to specify the reason for which this ban is placed. Most commonly these blocks are used to ban usage of the nicknames commonly used for network services.

Example

ban nick {
	mask "*C*h*a*n*S*e*r*v*";
	reason "Reserved for Services";
};