소스 검색

Ajout commande help

Loquicom 2 년 전
부모
커밋
003600ad0f
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      js/script.js

+ 2 - 0
js/script.js

@@ -93,6 +93,8 @@ function processor(input, cmd) {
     switch (command) {
         case "aide":
             return help(true);
+        case "help":
+            return "Commande inconnue voulez-vous dire \"aide\" ?";
         case "ping":
             return "pong";
         case "cafard":