Add option to not send no new mail message on join.

This commit is contained in:
drtshock 2015-04-16 09:25:29 -05:00
parent f8160c6318
commit f5b40dba34
4 changed files with 14 additions and 1 deletions

View file

@ -1056,6 +1056,11 @@ public class Settings implements net.ess3.api.ISettings {
return isCustomQuitMessage;
}
@Override
public boolean isNotifyNoNewMail() {
return config.getBoolean("notify-no-new-mail", true);
}
// #easteregg
@Override
public int getMaxUserCacheCount() {