Quellcode durchsuchen

* CREDITS updates

Bryan Drewery vor 16 Jahren
Ursprung
Commit
a01f78960b
2 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  1. 2 0
      doc/CREDITS
  2. 2 0
      src/cmds.c

+ 2 - 0
doc/CREDITS

@@ -22,6 +22,8 @@ Credits and thanks to the following:
 * Mafaioz for good ideas, support on wraith.no, beta testing.
 * Tical for great ideas.
 * insect for helping test the RBL code.
+* Phillip for ideas / code.
+* ducch for ideas / findings bugs / code.
 * Many others.
 
 For a list of code Contributors see: git shortlog -sen master

+ 2 - 0
src/cmds.c

@@ -420,6 +420,8 @@ static void cmd_about(int idx, char *par)
   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(" * $bPhillip$b for ideas / code.\n"));
+  dprintf(idx, STR(" * $bducch$b for ideas / findings bugs / 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"));