Page 1 of 1

[DONE] Impose a minimum nick length

Posted: Tue Jun 13, 2017 3:05 pm
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.