Tell people how to exit in the MOTD

This commit is contained in:
Kevin Lange 2011-12-04 12:30:24 -06:00
parent 6ec206094e
commit 18d47f079e
1 changed files with 6 additions and 2 deletions

View File

@ -517,11 +517,15 @@ ready:
printf(" Or on Windows:");
newline(1);
printf(" telnet -t vtnt ...");
newline(3);
newline(2);
printf(" Problems? I am also a webserver:");
newline(1);
printf(" \033[1;34mhttp://miku.acm.uiuc.edu\033[0m");
newline(4);
newline(2);
printf(" This is a telnet server, remember your escape keys!");
newline(1);
printf(" \033[1;31m^]quit\033[0m to exit");
newline(2);
printf(" Starting in %d... \n", countdown_clock-k);
fflush(stdout);