Tell people how to exit in the MOTD
This commit is contained in:
parent
6ec206094e
commit
18d47f079e
@ -517,11 +517,15 @@ ready:
|
|||||||
printf(" Or on Windows:");
|
printf(" Or on Windows:");
|
||||||
newline(1);
|
newline(1);
|
||||||
printf(" telnet -t vtnt ...");
|
printf(" telnet -t vtnt ...");
|
||||||
newline(3);
|
newline(2);
|
||||||
printf(" Problems? I am also a webserver:");
|
printf(" Problems? I am also a webserver:");
|
||||||
newline(1);
|
newline(1);
|
||||||
printf(" \033[1;34mhttp://miku.acm.uiuc.edu\033[0m");
|
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);
|
printf(" Starting in %d... \n", countdown_clock-k);
|
||||||
|
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
|
Loading…
Reference in New Issue
Block a user