Forráskód Böngészése

* Port [3667] to 1.2.15
* Add links to FAQ/new site in cmd_help/cmd_about



svn: 3668

Bryan Drewery 18 éve
szülő
commit
501f6daed4
2 módosított fájl, 2 hozzáadás és 0 törlés
  1. 1 0
      doc/UPDATES
  2. 1 0
      src/cmds.c

+ 1 - 0
doc/UPDATES

@@ -3,6 +3,7 @@
 * Fix a segfault in op cookies during a desync
 * Remove cmd_netmsg and restrict cmd_msg so it cannot be used from botcmd.
 * Fixed '+user' so that hostmasks are sanity checked. Ie, (test@test.com is added as *!test@test.com)
+* Add links to FAQ/new site in cmd_help/cmd_about
 
 1.2.14 - http://wraith.botpack.net/milestone/1.2.14
 * Fix another bug in shell functions. (fixes #321)

+ 1 - 0
src/cmds.c

@@ -675,6 +675,7 @@ 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");
 }
 
 static void cmd_addlog(int idx, char *par)