From: Matthew Mondor Date: Fri, 14 Jan 2005 13:47:07 +0000 (+0000) Subject: More default options fixing for rubiks network X-Git-Tag: rubiks-ircd-1-0-6~30 X-Git-Url: http://git.pulsar-zone.net/?a=commitdiff_plain;h=7cdf5c9eb09b79507913f110d7f8895c27f261a1;p=rubiks-ircd.git More default options fixing for rubiks network --- diff --git a/include/config.h b/include/config.h index 8c18f3d..e43bb29 100644 --- a/include/config.h +++ b/include/config.h @@ -18,7 +18,7 @@ * */ -/* $Id: config.h,v 1.10 2005/01/14 13:15:33 mmondor Exp $ */ +/* $Id: config.h,v 1.11 2005/01/14 13:47:07 mmondor Exp $ */ #ifndef __config_include__ #define __config_include__ @@ -86,14 +86,14 @@ #define DEFAULT_WGMON_HOST "some.bot.host" /* Hostmasking address */ -#define DEFAULT_STAFF_ADDRESS "staff.dalnet" +#define DEFAULT_STAFF_ADDRESS "staff.rubiks" /* Sent to users in 001 and 005 numerics */ #define DEFAULT_NETWORK "DALnet" /* used for services aliases */ -#define DEFAULT_SERVICES_NAME "services.dal.net" -#define DEFAULT_STATS_NAME "stats.dal.net" +#define DEFAULT_SERVICES_NAME "services.rubiks" +#define DEFAULT_STATS_NAME "stats.rubiks" /* sent to users when they have been klined from the server */ #define DEFAULT_NKLINE_ADDY "admin@badly.configured.server" @@ -529,8 +529,8 @@ * DO NOT CHANGE ON A SERVER TO SERVER BASIS * THESE ARE NETWORK-WIDE! */ -#define HIDDEN_SERVER_NAME "*.dal.net" -#define HIDDEN_SERVER_DESC "DALnet IRC Network" +#define HIDDEN_SERVER_NAME "*.rubiks" +#define HIDDEN_SERVER_DESC "Rubiks IRC Network" /***************************/ /* END OPER HIDING SECTION */