소스 검색

* Add link to documentation

svn: 3695
Bryan Drewery 18 년 전
부모
커밋
5b582d4805
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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)