diff --git a/src/org/april/hebdobot/bot/hooks/CollectiveSubjectHook.java b/src/org/april/hebdobot/bot/hooks/CollectiveSubjectHook.java index 1eb31f0..9876f37 100644 --- a/src/org/april/hebdobot/bot/hooks/CollectiveSubjectHook.java +++ b/src/org/april/hebdobot/bot/hooks/CollectiveSubjectHook.java @@ -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); diff --git a/src/org/april/hebdobot/bot/hooks/IndividualSubjectHook.java b/src/org/april/hebdobot/bot/hooks/IndividualSubjectHook.java index af8adfb..69579cf 100644 --- a/src/org/april/hebdobot/bot/hooks/IndividualSubjectHook.java +++ b/src/org/april/hebdobot/bot/hooks/IndividualSubjectHook.java @@ -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);