Martin Passard 7 years ago
parent
commit
5b11113bef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/actions/ID.java

+ 1 - 1
src/actions/ID.java

@@ -41,7 +41,7 @@ public class ID extends Action {
 			ISP fai = c.getISPWithName(idString);
 			if(fai!=null) {
 				bot.sendMessage(channel, "Le FAI "+fai.getBetterName()+" a pour ID: "+fai.getId());
-				bot.sendMessage(channel, "L'url dans db est https://db.ffdn.org/api/v1/isp/");
+				bot.sendMessage(channel, "L'url dans db est https://db.ffdn.org/api/v1/isp/"+fai.getId()+"/");
 			}else {
 				erreur(channel,sender,idString+" ne correspond a aucun FAI");
 			}