[PATCH] server - make the finger output historically accurate
authorDavid Adam (zanchey) <[email protected]>
Mon, 24 Oct 2011 09:13:18 +0000 (17:13 +0800)
committerJohn Hodge <[email protected]>
Mon, 24 Oct 2011 09:13:18 +0000 (17:13 +0800)
src/client/main.c

index 8d46af2..ce9a9af 100644 (file)
@@ -389,6 +389,8 @@ int main(int argc, char *argv[])
                // Get items
                PopulateItemList(sock);
 
+               printf("The UCC Coke machine.\n\n");
+
                // Only get coke slot statuses
                for( i = 0; i <= 6; i ++ )
                {
@@ -405,6 +407,8 @@ int main(int argc, char *argv[])
                        
                }
 
+               printf("\nMay your pink fish bing into the distance.\n");
+
                return 0;
        }
 

UCC git Repository :: git.ucc.asn.au