From: Gabriel B. <sh...@us...> - 2006-03-18 05:57:12
|
Update of /cvsroot/solidircd/solidircd-stable/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12678/include Modified Files: config.h Log Message: Todo list update. Index: config.h =================================================================== RCS file: /cvsroot/solidircd/solidircd-stable/include/config.h,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** config.h 18 Mar 2006 05:37:00 -0000 1.24 --- config.h 18 Mar 2006 05:57:08 -0000 1.25 *************** *** 97,101 **** /* Default AUP */ ! #define DEFAULT_AUP "http://www.vidgamechat.net" /* Sent to users in 001 and 005 numerics */ --- 97,101 ---- /* Default AUP */ ! #define DEFAULT_AUP "http://www.solid-ircd.com" /* Sent to users in 001 and 005 numerics */ *************** *** 107,112 **** /* sent to users when they have been klined from the server */ ! #define DEFAULT_NKLINE_ADDY "ir...@vi..." ! #define DEFAULT_LKLINE_ADDY "ir...@vi..." /* Sent to users when they encounter mode +R */ --- 107,112 ---- /* sent to users when they have been klined from the server */ ! #define DEFAULT_NKLINE_ADDY "ir...@so..." ! #define DEFAULT_LKLINE_ADDY "ir...@so..." /* Sent to users when they encounter mode +R */ *************** *** 122,126 **** /* Default host domain name */ ! #define DEFAULT_HOST_DOMAIN "vidgamechat.net" /* default clone limits */ --- 122,126 ---- /* Default host domain name */ ! #define DEFAULT_HOST_DOMAIN "solid-ircd.com" /* default clone limits */ *************** *** 229,233 **** /* MAGICWAND_FREEZE ! * This will basicly send a message to the user when they're frozen, * such as (A magic wand has been waved over your head and frozen you) * --- 229,233 ---- /* MAGICWAND_FREEZE ! * This will basically send a message to the user when they're frozen, * such as (A magic wand has been waved over your head and frozen you) * *************** *** 237,241 **** /* MAGICWAND_ELMER ! * Same thing has magicwand_freeze, but a different message. * */ --- 237,241 ---- /* MAGICWAND_ELMER ! * This will basically send a message to the user when they're elmered. * */ *************** *** 244,248 **** /* MAGICWAND_SILLY ! *Same as magicwand freeze, but a different message. * */ --- 244,248 ---- /* MAGICWAND_SILLY ! * This will basically send a message to the user when they're sillied * */ *************** *** 251,255 **** /* MAGIWAND_NORMAL ! * same has magicwand freeze, but a different message. * */ --- 251,255 ---- /* MAGIWAND_NORMAL ! * This will basically send a message to the user when they're set to normal. * */ *************** *** 749,753 **** * THESE ARE NETWORK-WIDE! */ ! #define HIDDEN_SERVER_NAME "*.vidgamechat.net" /*This was moved to the ircd.conf */ #define HIDDEN_SERVER_DESC "VidGameChat IRC Network" /*This was moved to the ircd.conf */ --- 749,753 ---- * THESE ARE NETWORK-WIDE! */ ! #define HIDDEN_SERVER_NAME "*.solid-ircd.com" /*This was moved to the ircd.conf */ #define HIDDEN_SERVER_DESC "VidGameChat IRC Network" /*This was moved to the ircd.conf */ |