Add tempban limit (with override node) and console override to exempt node.

This commit is contained in:
Chris Ward 2012-12-17 02:12:38 +11:00
parent 77df82eaff
commit ecf5d47e97
17 changed files with 35 additions and 1 deletions

View file

@ -982,4 +982,10 @@ public class Settings implements ISettings
{
return mailsPerMinute;
}
@Override
public long getMaxTempban()
{
return config.getLong("max-tempban-time", -1);
}
}