diff options
| author | Jonathan McCrohan <jmccrohan@gmail.com> | 2013-12-13 22:30:53 +0000 | 
|---|---|---|
| committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2013-12-13 22:30:53 +0000 | 
| commit | ac060433ec271d86261e43afaca89d66ff195b56 (patch) | |
| tree | f6412b67d47986ab08e449d88a3e76cece99b810 /src | |
| parent | ccbb94285da1f2858a9263a124dc5d717c8a7045 (diff) | |
| download | nyancat-ac060433ec271d86261e43afaca89d66ff195b56.tar.gz | |
Imported Upstream version 1.2.2upstream/1.2.2upstream
Diffstat (limited to 'src')
| -rw-r--r-- | src/nyancat.c | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/src/nyancat.c b/src/nyancat.c index dd3288f..4f4d887 100644 --- a/src/nyancat.c +++ b/src/nyancat.c @@ -3,8 +3,8 @@   *   * Developed by:            Kevin Lange   *                          http://github.com/klange/nyancat - *                          http://miku.acm.uiuc.edu - *  + *                          http://nyancat.dakko.us + *   * 40-column support by:    Peter Hazenberg   *                          http://github.com/Peetz0r/nyancat   *                          http://peter.haas-en-berg.nl @@ -22,7 +22,7 @@   *   * For more information, please see:   * - *     http://miku.acm.uiuc.edu + *     http://nyancat.dakko.us   *   * Permission is hereby granted, free of charge, to any person obtaining a copy   * of this software and associated documentation files (the "Software"), to @@ -716,9 +716,9 @@ int main(int argc, char ** argv) {  			newline(1);  			printf("                telnet -t vtnt ...");  			newline(2); -			printf("        Problems? I am also a webserver:"); +			printf("        Problems? Check the website:");  			newline(1); -			printf("                \033[1;34mhttp://miku.acm.uiuc.edu\033[0m"); +			printf("                \033[1;34mhttp://nyancat.dakko.us\033[0m");  			newline(2);  			printf("        This is a telnet server, remember your escape keys!");  			newline(1); | 
