diff --git a/src/org/april/hebdobot/bot/hooks/LicenseHook.java b/src/org/april/hebdobot/bot/hooks/LicenseHook.java index a1bb045..82502c8 100644 --- a/src/org/april/hebdobot/bot/hooks/LicenseHook.java +++ b/src/org/april/hebdobot/bot/hooks/LicenseHook.java @@ -44,8 +44,7 @@ public class LicenseHook extends Hook { logger.info("!licence caught."); - bot.sendMessage(sender - + ", Hebdobot est un logiciel libre de l'April sous licence GNU AGPL (sources : https://forge.april.org/adminsys/hebdobot)."); + bot.sendMessage("Hebdobot est un logiciel libre de l'April sous licence GNU AGPL. Sources : https://forge.april.org/adminsys/hebdobot."); result = true; }