diff options
| author | Kevin Lange <k@dakko.us> | 2011-12-04 12:30:24 -0600 | 
|---|---|---|
| committer | Kevin Lange <k@dakko.us> | 2011-12-04 12:30:24 -0600 | 
| commit | 18d47f079ed86f09c52098579f93ab7fec878359 (patch) | |
| tree | dd5653298a289652fa6b4858f8334159c4cb0be4 | |
| parent | 6ec206094eeec8649bbae8cf4a3a1feb21d56562 (diff) | |
| download | nyancat-18d47f079ed86f09c52098579f93ab7fec878359.tar.gz | |
Tell people how to exit in the MOTD
| -rw-r--r-- | src/nyancat.c | 8 | 
1 files 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); | 
