From 18d47f079ed86f09c52098579f93ab7fec878359 Mon Sep 17 00:00:00 2001 From: Kevin Lange Date: Sun, 4 Dec 2011 12:30:24 -0600 Subject: [PATCH] Tell people how to exit in the MOTD --- src/nyancat.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/nyancat.c b/src/nyancat.c index 65e516d..13f73b6 100644 --- a/src/nyancat.c +++ b/src/nyancat.c @@ -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);