Parcourir la source

* Changed CREDITS around ;)

svn: 844
Bryan Drewery il y a 22 ans
Parent
commit
d49c6b6455
4 fichiers modifiés avec 12 ajouts et 6 suppressions
  1. 5 2
      doc/CREDITS
  2. 5 2
      src/cmds.c
  3. 1 0
      src/dcc.c
  4. 1 2
      src/main.c

+ 5 - 2
doc/CREDITS

@@ -1,8 +1,7 @@
 Wraith botpack by bryan, with credits and thanks to the following:
 (written from a base of Eggdrop 1.6.12)
 
-* 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.
+* 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.
 * xmage for beta testing.
@@ -16,6 +15,10 @@ 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
 
+The botpack ghost inspired the early versions of wraith and the current config system.
+* einride
+* ievil
+
 The following botpacks gave me inspiration and ideas (no code):
 * awptic by lordoptic
 * optikz by ryguy and lordoptic

+ 5 - 2
src/cmds.c

@@ -563,8 +563,7 @@ static void cmd_about(struct userrec *u, int idx, char *par)
   dprintf(idx, STR("(written from a base of Eggdrop 1.6.12)\n"));
   dprintf(idx, STR("..with credits and thanks to the following:\n"));
   dprintf(idx, STR(" \n"));
-  dprintf(idx, STR(" * Eggdrop team for developing such a great bot to code off of.\n"));
-  dprintf(idx, STR(" * $bEinride$b and $bievil$b for taking eggdrop1.4.3 and making their very effecient botpack Ghost.\n"));
+  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(" * $bxmage$b for beta testing.\n"));
@@ -578,6 +577,10 @@ static void cmd_about(struct userrec *u, int idx, char *par)
   dprintf(idx, STR(" * $Blackjac$b for helping with the bx auth script with his Sentinel script.\n"));
   dprintf(idx, STR(" * $bMystikal$b for various bugs\n"));
   dprintf(idx, STR(" \n"));
+  dprintf(idx, STR("The botpack ghost inspired the early versions of wraith and the current config system.\n"));
+  dprintf(idx, STR("* einride\n"));
+  dprintf(idx, STR("* ievil\n"));
+  dprintf(idx, STR("\n"));
   dprintf(idx, STR("The following botpacks gave me inspiration and ideas (no code):\n"));
   dprintf(idx, STR(" * $uawptic$u by $blordoptic$b\n"));
   dprintf(idx, STR(" * $uoptikz$u by $bryguy$b and $blordoptic$b\n"));

+ 1 - 0
src/dcc.c

@@ -1275,6 +1275,7 @@ static void dcc_telnet_hostresolved(int i)
   dcc[j].timeval = now;
   dprintf(j, "%d, %d\n", dcc[i].port, dcc[idx].port);
 }
+
 static void eof_dcc_telnet(int idx)
 {
   putlog(LOG_MISC, "*", DCC_PORTDIE, dcc[idx].port);

+ 1 - 2
src/main.c

@@ -895,8 +895,7 @@ int main(int argc, char **argv)
 	  idx = dcc_total + 1;
 	}
       if (idx == dcc_total) {
-	putlog(LOG_MISC, "*",
-	       "(@) EOF socket %d, not a dcc socket, not anything.", i);
+	putlog(LOG_MISC, "*", "(@) EOF socket %d, not a dcc socket, not anything.", i);
 	close(i);
 	killsock(i);
       }