As per suggestion: Index: ./include/defs.h =================================================================== RCS file: /cvsroot/netrek/server/Vanilla/include/defs.h,v retrieving revision 1.3 diff -u -r1.3 defs.h --- ./include/defs.h 28 Sep 2005 12:14:05 -0000 1.3 +++ ./include/defs.h 11 Apr 2006 05:24:31 -0000 @@ -216,6 +216,7 @@ #define N_SCUM_FILE "god.LOG" #define N_ERROR_FILE "ERRORS" #define N_BYPASS_FILE "bypass" +#define N_WARMONGER "George Bush" /* For T-mode messages */ #ifdef RSA #define N_RSA_KEY_FILE "reserved" #endif Index: ./ntserv/daemonII.c =================================================================== RCS file: /cvsroot/netrek/server/Vanilla/ntserv/daemonII.c,v retrieving revision 1.3 diff -u -r1.3 daemonII.c --- ./ntserv/daemonII.c 27 Sep 2005 12:26:37 -0000 1.3 +++ ./ntserv/daemonII.c 11 Apr 2006 05:24:31 -0000 @@ -584,7 +584,8 @@ pmessage(0, MALL, "GOD->ALL","Diplomat insults foriegn emperor's mother and fighting breaks out!"); break; case 6: - pmessage(0, MALL, "GOD->ALL","Dan Quayle declares self as galactic emperor and chaos breaks out!"); + pmessage(0, MALL, "GOD->ALL","%s declares self as galactic emperor and chaos breaks out!", + N_WARMONGER ); break; default: pmessage(0, MALL, "GOD->ALL","Peace parties have been demobilized, and fighting ensues."); @@ -618,7 +619,8 @@ pmessage(0, MALL, "GOD->ALL","Diplomat apologizes to foreign emperor's mother and invasion is stopped!"); break; case 6: - pmessage(0, MALL, "GOD->ALL","Dan Quayle is locked up and order returns to the galaxy!"); + pmessage(0, MALL, "GOD->ALL","%s is locked up and order returns to the galaxy!", + N_WARMONGER ); break; default: pmessage(0, MALL, "GOD->ALL","The peace party has reformed, and is rallying for peace");