From: Matthew Mondor Date: Thu, 13 Jan 2005 09:11:39 +0000 (+0000) Subject: Allow FAKEHOST by default X-Git-Tag: rubiks-ircd-1-0-6~43 X-Git-Url: http://git.pulsar-zone.net/?a=commitdiff_plain;h=eac9fa54784704ceead0cba506a3956c12817541;p=rubiks-ircd.git Allow FAKEHOST by default --- diff --git a/include/config.h b/include/config.h index 1b1bc5c..011829f 100644 --- a/include/config.h +++ b/include/config.h @@ -18,7 +18,7 @@ * */ -/* $Id: config.h,v 1.3 2005/01/13 06:21:17 mmondor Exp $ */ +/* $Id: config.h,v 1.4 2005/01/13 09:11:39 mmondor Exp $ */ #ifndef __config_include__ #define __config_include__ @@ -565,6 +565,11 @@ */ #define COLORED_NICKS +/* FAKEHOST + * Allow opers to use fake hostnames + */ +#define FAKEHOST + /****************************************************************** * STOP STOP STOP STOP STOP STOP STOP STOP STOP STOP STOP STOP STOP *