Tip of the day: What is shown in WHOIS can be configured in detail via set::whois-details.

Translations:IRCOp guide/24/en

From UnrealIRCd documentation wiki
Jump to navigation Jump to search

You can also use the configuration file to exempt IP addresses (and hosts) from bans. You do this by adding an Except ban block. Add this to your unrealircd.conf file and rehash:

except ban {
	mask *@198.51.100.1;
	type all;
};