Improved label.
This commit is contained in:
parent
853852751f
commit
44b1865a9b
@ -53,7 +53,7 @@ public class CollectiveSubjectHook extends Hook
|
||||
if (!bot.getReview().isEmpty())
|
||||
{
|
||||
String participants = StringUtils.join(bot.getReview().getParticipants(), " ");
|
||||
bot.sendMessage(String.format("%% +%s %s, on va passer à la suite : %s", bot.getTimekeeper().format(), participants,
|
||||
bot.sendMessage(String.format("%% %s %s, on va passer à la suite : %s", bot.getTimekeeper().format(), participants,
|
||||
topic.getTitle()));
|
||||
}
|
||||
bot.getReview().begin(topic);
|
||||
|
@ -53,7 +53,7 @@ public class IndividualSubjectHook extends Hook
|
||||
if (!bot.getReview().isEmpty())
|
||||
{
|
||||
String participants = StringUtils.join(bot.getReview().getParticipants(), " ");
|
||||
bot.sendMessage(String.format("%% +%s %s, on va passer à la suite : %s", bot.getTimekeeper().format(), participants,
|
||||
bot.sendMessage(String.format("%% %s %s, on va passer à la suite : %s", bot.getTimekeeper().format(), participants,
|
||||
topic.getTitle()));
|
||||
}
|
||||
bot.getReview().begin(topic);
|
||||
|
Loading…
Reference in New Issue
Block a user