فهرست منبع

* Ported [2704] to 1.2.9 (CREDITS update)

svn: 2705
Bryan Drewery 20 سال پیش
والد
کامیت
2696ac6681
3فایلهای تغییر یافته به همراه10 افزوده شده و 4 حذف شده
  1. 4 2
      doc/CREDITS
  2. 1 0
      doc/UPDATES
  3. 5 2
      src/cmds.c

+ 4 - 2
doc/CREDITS

@@ -14,9 +14,11 @@ Wraith botpack by bryan, with credits and thanks to the following:
 * Blackjac for helping with the bx auth script with his Sentinel script.
 * Mystikal for various bugs
 
-Credit for suggestions/bugs can be found at: http://wraith.botpack.net:2080/rptview?rn=13
+Credit for suggestions/bugs can be found at: https://wraith.botpack.net/trac/report/9
+Bugs can be reported at: http://tracker.shatow.net
+Bugs can be looked up by #, ie, '#24' in url: http://24.shatow.net/
 
-The botpack ghost inspired the early versions of wraith and the current config system.
+The botpack ghost inspired the early versions of wraith and a few cmds.
 * einride
 * ievil
 

+ 1 - 0
doc/UPDATES

@@ -55,6 +55,7 @@ Lines prefixed with '-' were disabled before release and are not finished, or ar
 * Fixed segfault caused by CHANFIX/server modes. (fixes #25)
 * Modified a kick to be less offensive (fixes #175)
 * Fixed bots not enforcing bans when exempts were removed. (fixes #193)
+* Updated CREDITS/cmd_about
 
 1.2.8
 * Fixed [bot]* cmds depending on case of botnicks.

+ 5 - 2
src/cmds.c

@@ -381,9 +381,12 @@ static void cmd_about(int idx, char *par)
   dprintf(idx, STR(" * $bBlackjac$b for helping with the bx auth script with his Sentinel script.\n"));
   dprintf(idx, STR(" * $bMystikal$b for various bugs\n"));
   dprintf(idx, " \n");
-  dprintf(idx, STR("Credit for suggestions/bugs can be found at: http://wraith.botpack.net:2080/rptview?rn=13\n"));
+  dprintf(idx, STR("Credit for suggestions/bugs can be found at: https://wraith.botpack.net/trac/report/9\n"));
+  dprintf(idx, STR("Bugs can be reported at: http://tracker.shatow.net\n"));
+  dprintf(idx, STR("Bugs can be looked up by #, ie, '#24' in url: http://24.shatow.net/\n"));
   dprintf(idx, " \n");
-  dprintf(idx, STR("The botpack ghost inspired the early versions of wraith and the current config system.\n"));
+
+  dprintf(idx, STR("The botpack ghost inspired the early versions of wraith and a few cmds.\n"));
   dprintf(idx, STR("* $beinride$b\n"));
   dprintf(idx, STR("* $bievil$b\n"));
   dprintf(idx, "\n");