Bläddra i källkod

* Update CREDITS

Bryan Drewery 16 år sedan
förälder
incheckning
b14d220411
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1 1
      doc/CREDITS
  2. 1 1
      src/cmds.c

+ 1 - 1
doc/CREDITS

@@ -3,7 +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.
+* layzkat, my 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.

+ 1 - 1
src/cmds.c

@@ -401,7 +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(" * $blayzkat$b, my 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"));