Bladeren bron

* Credits updates

Bryan Drewery 16 jaren geleden
bovenliggende
commit
d9b30f4cad
2 gewijzigde bestanden met toevoegingen van 4 en 0 verwijderingen
  1. 2 0
      doc/CREDITS
  2. 2 0
      src/cmds.c

+ 2 - 0
doc/CREDITS

@@ -3,6 +3,7 @@ Wraith botpack by Bryan (http://wraith.botpack.net)
 Credits and thanks to the following:
 
 * Eggdev for eggdrop obviously.
+* layzkat, my future wife, for great love, support, ideas and motivation.
 * 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.
@@ -20,6 +21,7 @@ Credits and thanks to the following:
 * Zero for a great stream of ideas, beta testing.
 * Mafaioz for good ideas, support on wraith.no, beta testing.
 * Tical for great ideas.
+* insect for helping test the RBL code.
 * Many others.
 
 For a list of code Contributors see: git shortlog -sen master

+ 2 - 0
src/cmds.c

@@ -401,6 +401,7 @@ static void cmd_about(int idx, char *par)
   dprintf(idx, "..with credits and thanks to the following:\n");
   dprintf(idx, " \n");
   dprintf(idx, STR(" * Eggdev for eggdrop obviously\n"));
+  dprintf(idx, STR(" * $blayzkat$b, my future wife, for great love, support, ideas and motivation.\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"));
@@ -418,6 +419,7 @@ static void cmd_about(int idx, char *par)
   dprintf(idx, STR(" * $bZero$b for a great stream of ideas, beta testing.\n"));
   dprintf(idx, STR(" * $bMafaioz$b for good ideas, support on wraith.no, beta testing.\n"));
   dprintf(idx, STR(" * $bTical$b for great ideas.\n"));
+  dprintf(idx, STR(" * $binsect$b for helping test the RBL code.\n"));
   dprintf(idx, STR(" * $bMany$b others.\n"));
   dprintf(idx, " \n");
   dprintf(idx, STR("For a list of Contributors see: git shortlog -sen master\n"));