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.

Translations:Configuration/21/es

From UnrealIRCd documentation wiki
Jump to navigation Jump to search

Bloque baneo de realname

The ban realname block allows you to ban a client based on the GECOS (realname) field. This is useful to stop clone floods because often clone bots use the same realname.

Syntax

ban realname {
	mask <realname-mask>;
	reason <reason-for-ban>;
};

The ban::mask specifies the realname which should be banned. The mask may contain wildcards. The ban::reason specifies the reason why this ban is being placed.

Example

ban realname {
	mask "Bob*";
	reason "Bob sucks!";
};