Added information about !courant at review start (agir #2877).
This commit is contained in:
parent
640b6b1180
commit
9d502cc73f
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user