Added review wait time in statut result command.

This commit is contained in:
Christian P. MOMON 2018-05-19 11:38:55 +02:00
parent d5a498e2ce
commit 06b0ffda6c

View File

@ -587,6 +587,7 @@ public class Hebdobot extends PircBot
sendMessage(sender, " Pastebin settings : " + (this.pastebinSettings.isValid()));
sendMessage(sender, " Twitter settings : " + (this.twitterSettings.isValid()));
sendMessage(sender, " Cron settings : " + (this.cronSettings.size()));
sendMessage(sender, " Review Wait Time : " + (this.reviewWaitTime));
}
else if (StringsUtils.equalsAnyIgnoreCase(text, "!licence", "!license"))
{