Переглянути джерело

* Updated CREDITS/cmd_about (#119)

svn: 2287
Bryan Drewery 21 роки тому
батько
коміт
2a1f02b69f
3 змінених файлів з 7 додано та 0 видалено
  1. 3 0
      doc/CREDITS
  2. 1 0
      doc/UPDATES
  3. 3 0
      src/cmds.c

+ 3 - 0
doc/CREDITS

@@ -4,6 +4,7 @@ Wraith botpack by bryan, with credits and thanks to the following:
 * Eggdev for eggdrop obviously.
 * ryguy for beta testing, providing code, finding bugs, and providing input.
 * SFC for providing compile shells, continuous input, feature suggestions, and testing.
+* warchest for his dedicated bug finding, testing, input, and original inspiration to code a botpack.
 * xmage for beta testing.
 * passwd for beta testing, and his dedication to finding bugs.
 * extort for finding misc bugs.
@@ -13,6 +14,8 @@ 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
+
 The botpack ghost inspired the early versions of wraith and the current config system.
 * einride
 * ievil

+ 1 - 0
doc/UPDATES

@@ -39,6 +39,7 @@ Lines prefixed with '-' were disabled before release and are not finished, or ar
 * Fixed security flaw with 'auth-obscure', and improved: auth-obscure now gives a hash regardless of 'dccauth'.
 * Fixed the whois_access() function to not allow non-perm owners to see/access perm-owners.
 * cmd_chpass now uses the whois_access() function. (#122)
+* Updated CREDITS/cmd_about (#119)
 
 1.2.4
 * Fixed cmd_botset not displaying botnick.

+ 3 - 0
src/cmds.c

@@ -370,6 +370,7 @@ static void cmd_about(int idx, char *par)
   dprintf(idx, STR(" * Eggdev for eggdrop obviously\n"));
   dprintf(idx, STR(" * $bryguy$b for beta testing, providing code, finding bugs, and providing input.\n"));
   dprintf(idx, STR(" * $bSFC$b for providing compile shells, continuous input, feature suggestions, and testing.\n"));
+  dprintf(idx, STR(" * $bwarchest$b for his dedicated bug finding, testing, input, and original inspiration to code a botpack.\n");
   dprintf(idx, STR(" * $bxmage$b for beta testing.\n"));
   dprintf(idx, STR(" * $bpasswd$b for beta testing, and his dedication to finding bugs.\n"));
   dprintf(idx, STR(" * $bextort$b for finding misc bugs.\n"));
@@ -379,6 +380,8 @@ 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, " \n");
   dprintf(idx, STR("The botpack ghost inspired the early versions of wraith and the current config system.\n"));
   dprintf(idx, STR("* $beinride$b\n"));
   dprintf(idx, STR("* $bievil$b\n"));