Tip of the day: Connthrottle will limit the damage from big drone attacks. Check if the flood thresholds and exceptions are OK for your network.

Deny module block

From UnrealIRCd documentation wiki
Jump to navigation Jump to search

This block will always deny a server from linking in if it's using a certain module. Its primary purpose is to prevent accidentally loading the wrong modules on other servers, which could possibly wreck the entire network.

Syntax

deny module {
	name "somemodule";
	reason "somemodule is not allowed";
};

The reason is optional and defaults to simply "no reason". You can only specify one module name per block, due to the presence of other fields.

See also

Related, but not the same: