Преглед на файлове

* Updated credits

svn: 292
Bryan Drewery преди 22 години
родител
ревизия
0decaf2b8b
променени са 2 файла, в които са добавени 9 реда и са изтрити 6 реда
  1. 4 3
      doc/CREDITS
  2. 5 3
      src/cmds.c

+ 4 - 3
doc/CREDITS

@@ -5,18 +5,19 @@ Eggdrop team for developing such a great bot to code off of.
 Einride and ievil for taking eggdrop1.4.3 and making their very effecient botpack Ghost.
 Einride and ievil for taking eggdrop1.4.3 and making their very effecient botpack Ghost.
 SFC for providing compile shells, continuous input, feature suggestions, and testing.
 SFC for providing compile shells, continuous input, feature suggestions, and testing.
 xmage for beta testing.
 xmage for beta testing.
-ryguy for providing code, finding bugs, and providing input.
-Blackjac for helping with the bx auth script with his Sentinel script.
-passwd for being so dedicated at suggesting improvements and finding bugs.
+ryguy for beta testing, providing code, finding bugs, and providing input.
+passwd for beta testing, and his dedication to finding bugs.
 pgpkeys for finding bugs, and providing input.
 pgpkeys for finding bugs, and providing input.
 qFox for providing an mIRC $md5() alias, not requiring a dll or >6.03
 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)
 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 finding a bug on BSD with the ipv6, and for celdrop which inspired many features.
 syt for giving me inspiration to code a more secure bot.
 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
 Mystikal for various bugs
 
 
 The following botpacks gave me inspiration and ideas (no code):
 The following botpacks gave me inspiration and ideas (no code):
 awptic by lordoptic
 awptic by lordoptic
+optikz by ryguy and lordoptic
 celdrop by excelsior
 celdrop by excelsior
 genocide by various
 genocide by various
 tfbot by warknite
 tfbot by warknite

+ 5 - 3
src/cmds.c

@@ -592,16 +592,18 @@ static void cmd_about(struct userrec *u, int idx, char *par)
   dprintf(idx, STR("Einride and ievil for taking eggdrop1.4.3 and making their very effecient botpack Ghost.\n"));
   dprintf(idx, STR("Einride and ievil for taking eggdrop1.4.3 and making their very effecient botpack Ghost.\n"));
   dprintf(idx, STR("SFC for providing compile shells, continuous input, feature suggestions, and testing.\n"));
   dprintf(idx, STR("SFC for providing compile shells, continuous input, feature suggestions, and testing.\n"));
   dprintf(idx, STR("xmage for beta testing.\n"));
   dprintf(idx, STR("xmage for beta testing.\n"));
-  dprintf(idx, STR("ryguy for providing some cosmetic dcc login code.\n"));
-  dprintf(idx, STR("Blackjac for helping with the bx auth script with his Sentinel script.\n"));
-  dprintf(idx, STR("passwd for being so dedicated at suggesting improvements and finding bugs.\n"));
+  dprintf(idx, STR("ryguy for beta testing, providing code, finding bugs, and providing input.\n"));
+  dprintf(idx, STR("passwd for beta testing, and his dedication to finding bugs.\n"));
   dprintf(idx, STR("pgpkeys for suggestions.\n"));
   dprintf(idx, STR("pgpkeys for suggestions.\n"));
   dprintf(idx, STR("qFox for providing an mIRC $md5() alias, not requiring a dll or >6.03\n"));
   dprintf(idx, STR("qFox for providing an mIRC $md5() alias, not requiring a dll or >6.03\n"));
   dprintf(idx, STR("Sith_Lord helping test ipv6 on the bot (admin@elitepackets.com)\n"));
   dprintf(idx, STR("Sith_Lord helping test ipv6 on the bot (admin@elitepackets.com)\n"));
   dprintf(idx, STR("Excelsior for finding a bug on BSD with the ipv6.\n"));
   dprintf(idx, STR("Excelsior for finding a bug on BSD with the ipv6.\n"));
   dprintf(idx, STR("syt for giving me inspiration to code a more secure bot.\n\n\n"));
   dprintf(idx, STR("syt for giving me inspiration to code a more secure bot.\n\n\n"));
+  dprintf(idx, STR("Mystikal for finding various bugs.\n"));
+  dprintf(idx, STR("Blackjac for helping with the bx auth script with his Sentinel script.\n"));
   dprintf(idx, STR("The following botpacks gave me inspiration and ideas (no code):\n"));
   dprintf(idx, STR("The following botpacks gave me inspiration and ideas (no code):\n"));
   dprintf(idx, STR("awptic by lordoptic\n"));
   dprintf(idx, STR("awptic by lordoptic\n"));
+  dprintf(idx, STR("optikz by ryguy and lordoptic\n"));
   dprintf(idx, STR("celdrop by excelsior\n"));
   dprintf(idx, STR("celdrop by excelsior\n"));
   dprintf(idx, STR("genocide by various\n"));
   dprintf(idx, STR("genocide by various\n"));
   dprintf(idx, STR("tfbot by warknight and loslinux\n"));
   dprintf(idx, STR("tfbot by warknight and loslinux\n"));