Explorar el Código

* Add link to documentation

svn: 3695
Bryan Drewery hace 18 años
padre
commit
5b582d4805
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/cmds.c

+ 2 - 1
src/cmds.c

@@ -675,7 +675,8 @@ static void cmd_help(int idx, char *par)
   } else if (!fnd) {
     dprintf(idx, "No match for '%s'.\n", match);
   }
-  dprintf(idx, "Also check the FAQ: http://wraith.botpack.net/wiki/FrequentlyAskedQuestions\n");
+  dprintf(idx, "FAQ: http://wraith.botpack.net/wiki/FrequentlyAskedQuestions\n");
+  dprintf(idx, "Documentation: http://wraith.botpack.net/wiki/Documentation\n");
 }
 
 static void cmd_addlog(int idx, char *par)