[DONE] Impose a minimum nick length

These are old archives. They are kept for historic purposes only.

Moderators: Gottem, Supporters

Post Reply
Gottem
UnrealIRCd coder
Posts: 192
Joined: Fri Aug 19, 2016 5:26 pm
Location: NL

[DONE] Impose a minimum nick length

Post by Gottem »

Requested by Celine on IRC. =] Simply load the module and throw a directive in the set { } block.

Code: Select all

set {
	// Rest of your set block goes here
	nick-min-length 5;
};
Easy. =] Get the module here.
If you like my modules, pls consider donating (credit card or iDEAL, use the custom job fee option in my shop) ;];]
Post Reply