Bläddra i källkod

* Credits/cmd_about updates.

Bryan Drewery 16 år sedan
förälder
incheckning
4140e99d3a
3 ändrade filer med 13 tillägg och 0 borttagningar
  1. 6 0
      doc/CREDITS
  2. 1 0
      doc/UPDATES
  3. 6 0
      src/cmds.c

+ 6 - 0
doc/CREDITS

@@ -15,6 +15,12 @@ Credits and thanks to the following:
 * mulder for helping with the cookie op algorithm
 * Blackjac for helping with the bx auth script with his Sentinel script.
 * Mystikal for various bugs.
+* Estella for finding bugs, code, ideas, beta testing.
+* Dimmiez for great ideas.
+* Zero for a great stream of ideas, beta testing.
+* Mafaioz for good ideas, support on wraith.no, beta testing.
+* Tical for great ideas.
+* ducch for great ideas.
 * Many others.
 
 For a list of code Contributors see: git shortlog -sen master

+ 1 - 0
doc/UPDATES

@@ -97,6 +97,7 @@
   * Added SHA256 support (cmd_sha256, Auth cmd: sha256)
   * Add cmd_encrypt_fish and cmd_decrypt_fish which uses eggdrop's blowfish (same as FiSH)
   * Add cmd_hash which returns the MD5, SHA1 and SHA256 of the given string.
+  * Credits/cmd_about updates.
 
 1.2.16.1
 * Fix linux compile errors

+ 6 - 0
src/cmds.c

@@ -413,6 +413,12 @@ static void cmd_about(int idx, char *par)
   dprintf(idx, STR(" * $bmulder$b for helping with the cookie op algorithm.\n"));
   dprintf(idx, STR(" * $bBlackjac$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(" * $bEstella$b for finding bugs, code, ideas, beta testing.\n"));
+  dprintf(idx, STR(" * $bDimmiez$b for great ideas.\n"));
+  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(" * $bducch$b for great ideas.\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"));