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
This commit is contained in:
parent
40d4aaf9e8
commit
4a84df3380
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue