Prechádzať zdrojové kódy

Added url for website into DCC login code

svn: 65
Bryan Drewery 23 rokov pred
rodič
commit
bf3da8a04a
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      src/misc.c

+ 1 - 0
src/misc.c

@@ -934,6 +934,7 @@ void show_banner(int idx)
   dprintf(idx, STR(" \\ V  V /| | | (_| | | |_| | | |\n"));
   dprintf(idx, STR("  \\_/\\_/ |_|  \\__,_|_|\\__|_| |_|\n"));
   dprintf(idx, STR("           by bryan          \n"));
+  dprintf(idx, STR("info, bugs, suggestions, comments:\nhttp://www.shatow.net/wraith/\n"));
 }
 
 /* show motd to dcc chatter */