--- src/server/cmdline.c	2002-03-26 13:34:51.000000000 -0800
+++ ../xpilot-4.5.4-changes/cmdline.c	2007-09-24 00:03:25.000000000 -0700
@@ -85,7 +85,7 @@
 char		*mapAuthor;		/* Name of the creator */
 int		contactPort;		/* Contact port number */
 char		*serverHost;		/* Host name (for multihomed hosts) */
-
+char		*greeting;		/* Print a short greeting to players */
 bool		crashWithPlayer;	/* Can players overrun other players? */
 bool		bounceWithPlayer;	/* Can players bounce other players? */
 bool		playerKillings;		/* Can players kill each other? */
@@ -793,6 +793,16 @@
 	OPT_COMMAND | OPT_DEFAULTS | OPT_VISIBLE
     },
     {
+	"greeting",
+	"xpilotGreeting",
+	NULL,
+	&greeting,
+	valString,
+	tuner_dummy,
+	"Short greeting string for players when they login to server.\n",
+	OPT_ORIGIN_ANY | OPT_VISIBLE
+    },
+    {
 	"mapData",
 	"mapData",
 	NULL,
