Tip of the day: You can exempt users dynamically from server bans, spamfilter, maxperip and other restrictions with the ELINE command on IRC.

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: