Added information about !courant at review start (agir #2877).

This commit is contained in:
Christian P. MOMON 2018-01-12 01:13:22 +01:00
parent 640b6b1180
commit 9d502cc73f
1 changed files with 2 additions and 1 deletions

View File

@ -286,6 +286,7 @@ public class Hebdobot extends PircBot
sendMessage(sender, "Pour terminer la réunion, tapez \"!fin\"");
sendMessage("% Début de la réunion hebdomadaire");
sendMessage("% rappel : toute ligne commençant par % sera considérée comme un commentaire et non prise en compte dans la synthèse");
sendMessage("% pour connaître le point courant, taper !courant");
}
else if (StringUtils.equalsIgnoreCase(text, "!fin"))
{
@ -540,7 +541,7 @@ public class Hebdobot extends PircBot
else
{
logger.info("Else caught.");
// All the other.
if (this.review != null)
{