From: David Adam (zanchey) Date: Mon, 24 Oct 2011 09:13:18 +0000 (+0800) Subject: [PATCH] server - make the finger output historically accurate X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=e97e0ef82fedda15191c2445c243f15daa9489fc;p=tpg%2Fopendispense2.git [PATCH] server - make the finger output historically accurate --- diff --git a/src/client/main.c b/src/client/main.c index 8d46af2..ce9a9af 100644 --- a/src/client/main.c +++ b/src/client/main.c @@ -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; }