Browse Source

* Fix % in spam banner

svn: 3565
Bryan Drewery 18 years ago
parent
commit
88af0ca650
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/misc.c

+ 1 - 1
src/misc.c

@@ -354,7 +354,7 @@ void show_banner(int idx)
   dprintf(-dcc[idx].sock,     " ------------------------------------------------------- \n");
   dprintf(-dcc[idx].sock,     " ------------------------------------------------------- \n");
   dprintf(-dcc[idx].sock, STR("|             - http://wraith.botpack.net/ -            |\n"));
   dprintf(-dcc[idx].sock, STR("|             - http://wraith.botpack.net/ -            |\n"));
   dprintf(-dcc[idx].sock, STR("|  Get Shell/Irc/Web hosting @ http://www.outlandz.net  |\n"));
   dprintf(-dcc[idx].sock, STR("|  Get Shell/Irc/Web hosting @ http://www.outlandz.net  |\n"));
-  dprintf(-dcc[idx].sock, STR("|  Use coupon code 'wraith' for 30% off lifetime        |\n"));
+  dprintf(-dcc[idx].sock, STR("|  Use coupon code 'wraith' for 30%% off lifetime        |\n"));
   dprintf(-dcc[idx].sock,     " ------------------------------------------------------- \n");
   dprintf(-dcc[idx].sock,     " ------------------------------------------------------- \n");
   dprintf(idx, " \n");
   dprintf(idx, " \n");