Commited wasted commits.

This commit is contained in:
Christian P. MOMON 2017-12-03 10:32:38 +01:00 committed by root
parent 5895fcc6db
commit a39c352b60

View File

@ -166,6 +166,8 @@ public class Bot extends PircBot {
.trim());
Bot.this.review.begin(topic);
Bot.this.sendMessage("Sujet collectif : " + topic.getTitle());
Bot.this.sendMessage("% si vous n'avez rien à signaler vous pouvez écrire %ras");
Bot.this.sendMessage("% quand vous avez fini vous le dites par % fini");
return true;
}
});