Răsfoiți Sursa

* Changed CREDITS slightly

svn: 1266
Bryan Drewery 22 ani în urmă
părinte
comite
306f86556c
2 a modificat fișierele cu 2 adăugiri și 6 ștergeri
  1. 1 3
      doc/CREDITS
  2. 1 3
      src/cmds.c

+ 1 - 3
doc/CREDITS

@@ -8,9 +8,7 @@ Wraith botpack by bryan, with credits and thanks to the following:
 * passwd for beta testing, and his dedication to finding bugs.
 * extort for finding misc bugs.
 * pgpkeys for finding bugs, and providing input.
-* qFox for providing an mIRC $MD5() alias, not requiring a dll or >6.03
-* Sith_Lord helping test ipv6 on the bot (admin@elitepackets.com)
-* Excelsior for finding a bug on BSD with the ipv6, and for celdrop which inspired many features.
+* Excelsior for celdrop which inspired many features.
 * syt for giving me inspiration to code a more secure bot.
 * Blackjac for helping with the bx auth script with his Sentinel script.
 * Mystikal for various bugs

+ 1 - 3
src/cmds.c

@@ -556,9 +556,7 @@ static void cmd_about(struct userrec *u, int idx, char *par)
   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"));
   dprintf(idx, STR(" * $bpgpkeys$b for finding bugs, and providing input.\n"));
-  dprintf(idx, STR(" * $bqFox$b for providing an mIRC $md5() alias, not requiring a dll or >6.03\n"));
-  dprintf(idx, STR(" * $bSith_Lord$b helping test ipv6 on the bot (admin@elitepackets.com)\n"));
-  dprintf(idx, STR(" * $bExcelsior$b for finding a bug on BSD with the ipv6, and for celdrop which inspired many features.\n"));
+  dprintf(idx, STR(" * $bExcelsior$b for celdrop which inspired many features.\n"));
   dprintf(idx, STR(" * $bsyt$b for giving me inspiration to code a more secure bot.\n"));
   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"));