Przeglądaj źródła

Hardcore vap0r into wraith

Bryan Drewery 14 lat temu
rodzic
commit
7a0c6b8cf9
2 zmienionych plików z 2 dodań i 0 usunięć
  1. 1 0
      doc/CREDITS
  2. 1 0
      src/cmds.c

+ 1 - 0
doc/CREDITS

@@ -24,6 +24,7 @@ Credits and thanks to the following:
 * insect for helping test the RBL code.
 * Phillip for ideas / code.
 * ducch for ideas / findings bugs / code.
+* vap0r for providing the best raps and beats (http://wepump.in/music)
 * Many others.
 
 For a list of code Contributors see: git shortlog -sen master

+ 1 - 0
src/cmds.c

@@ -423,6 +423,7 @@ static void cmd_about(int idx, char *par)
   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(" * $bvap0r$b for providing the best raps and beats (http://wepump.in/music)\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"));