From 4a84df33809c8869a33da88e48c55f08a1269047 Mon Sep 17 00:00:00 2001
From: Spoike <acceptthis@users.sourceforge.net>
Date: Fri, 24 Sep 2004 02:43:25 +0000
Subject: [PATCH] IRC client is moving into a plugin.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@239 fc73d0e0-1445-4013-8a0c-d673dee63da5
---
 engine/common/bothdefs.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/engine/common/bothdefs.h b/engine/common/bothdefs.h
index 904bf7792..fa7efd086 100644
--- a/engine/common/bothdefs.h
+++ b/engine/common/bothdefs.h
@@ -92,7 +92,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 		#define WEBCLIENT		//http/ftp clients.
 		#define EMAILSERVER		//smtp/pop3 server should you feel a need
 		#define EMAILCLIENT		//smtp/pop3 clients (email notifications)
-		#define IRCCLIENT		//connects to irc servers.
 		#define RUNTIMELIGHTING	//calculate lit/lux files the first time the map is loaded and doesn't have a loadable lit.
 		#define QTERM			//qterm... adds a console command that allows running programs from within quake - bit like xterm.
 		#define CL_MASTER		//query master servers and stuff for a dynamic server listing.
@@ -103,6 +102,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 //		#define VOICECHAT	//experimental
 
+//these things were moved to plugins.
+//#define IRCCLIENT		//connects to irc servers.
+
 	#endif
 
 #endif