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