[Fix] Fixes drtshock/Essentials#189, adds toggleable config option 'ignore-colors-in-max-nick-length' to exclude ChatColors from nickname length

This commit is contained in:
Matthew Steglinski 2015-10-27 22:37:33 -04:00
parent d4ab25b200
commit 77eb430b0b
4 changed files with 17 additions and 1 deletions

View file

@ -208,6 +208,8 @@ public interface ISettings extends IConf {
int getMaxNickLength();
boolean ignoreColorsInMaxLength();
int getMaxUserCacheCount();
boolean allowSilentJoinQuit();