# This patch is for IRCd-Ratbox Version 2.1.1 and is intended for use on the # TKCNet Network Servers. # # Note: This patch MUST be applied BEFORE running ./configure. diff -urNd include/config.h include/config.h --- include/config.h Thu Jan 20 04:04:30 2005 +++ include/config.h Tue May 3 12:30:06 2005 @@ -91,7 +91,7 @@ * If this is undefined, opers will be allowed to see the real IP of spoofed * users in /trace etc. If this is defined they will be shown a masked IP. */ -#define HIDE_SPOOF_IPS +#undef HIDE_SPOOF_IPS /* TS6_ONLY * diff -urNd include/ircd_defs.h include/ircd_defs.h --- include/ircd_defs.h Tue May 3 12:51:12 2005 +++ include/ircd_defs.h Tue May 3 12:30:34 2005 @@ -96,1 +96,1 @@ -#define REASONLEN 120 +#define REASONLEN 250 diff -urNd src/messages.tab src/messages.tab --- src/messages.tab Wed Feb 23 18:48:06 2005 +++ src/messages.tab Tue May 3 12:29:45 2005 @@ -403,7 +403,7 @@ /* 378 */ NULL, /* 379 */ NULL, /* 380 */ NULL, -/* 381 RPL_YOUREOPER, */ ":%s 381 %s :You have entered... the anti-alz Zone!.", +/* 381 RPL_YOUREOPER, */ ":%s 381 %s :You have entered... the Cowboy Zone! Mooo.", /* 382 RPL_REHASHING, */ ":%s 382 %s %s :Rehashing", /* 383 */ NULL, /* 384 RPL_MYPORTIS, */ NULL, diff -urNd contrib/Makefile.in contrib/Makefile.in --- contrib/Makefile.in Tue May 3 12:51:31 2005 +++ contrib/Makefile.in Tue May 3 12:29:17 2005 @@ -34,0 +34,1 @@ + m_sshortcut.c \