瀏覽代碼

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":