Added review wait time in statut result command.
This commit is contained in:
parent
d5a498e2ce
commit
06b0ffda6c
@ -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"))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user