Update of /cvsroot/solidircd/solidircd-stable/include
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv31589/include
Modified Files:
config.h msg.h
Log Message:
Minor changes.
Index: msg.h
===================================================================
RCS file: /cvsroot/solidircd/solidircd-stable/include/msg.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** msg.h 18 Apr 2006 13:01:21 -0000 1.4
--- msg.h 25 Jun 2006 22:53:01 -0000 1.5
***************
*** 97,100 ****
--- 97,101 ----
#define MSG_HELPSERV "HELPSERV" /* HELPSERV */
#define MSG_BOTSERV "BOTSERV" /* BOTSERV */
+ #define MSG_DENORA "DENORA" /* DENORA */
#define MSG_SERVICES "SERVICES" /* SERVICES */
#define MSG_IDENTIFY "IDENTIFY" /* IDENTIFY */
***************
*** 127,130 ****
--- 128,132 ----
#define MSG_HS "HS" /* StatServ commands */
#define MSG_BS "BS" /* BotServ commands */
+ #define MSG_DS "DS" /* BotServ commands */
#define MSG_RESYNCH "RESYNCH" /* RESYNCH */
***************
*** 154,161 ****
#define MSG_IRCOPS "IRCOPS" /* Show who is available for help */
#endif
- #ifdef ENABLE_FREEZE
- #define MSG_FREEZE "FREEZE" /* Temp Freeze the User */
- #define MSG_UNFREEZE "UNFREEZE" /* UnFreeze the User */
- #endif
#define MAXPARA 15
--- 156,159 ----
***************
*** 276,283 ****
extern int m_ircops(aClient *, aClient *, int, char **);
#endif
! #ifdef ENABLE_FREEZE
! extern int m_freeze(aClient *, aClient *, int, char **);
! extern int m_unfreeze(aClient *, aClient *, int, char **);
! #endif
--- 274,278 ----
extern int m_ircops(aClient *, aClient *, int, char **);
#endif
!
***************
*** 291,295 ****
#define AII_HS 6
#define AII_BS 7
!
#ifdef MSGTAB
--- 286,290 ----
#define AII_HS 6
#define AII_BS 7
! #define AII_DS 8
#ifdef MSGTAB
***************
*** 304,307 ****
--- 299,303 ----
/* AII_HS */ {MSG_HS, HELPSERV, Stats_Name},
/* AII_BS */ {MSG_BS, BOTSERV, Services_Name},
+ /* AII_DS */ {MSG_DS, DENORA, Stats_Name},
{ 0 }
};
***************
*** 383,386 ****
--- 379,383 ----
{MSG_HELPSERV, m_aliased, 1, MF_ALIAS, AII_HS},
{MSG_BOTSERV, m_aliased, 1, MF_ALIAS, AII_BS},
+ {MSG_DENORA, m_aliased, 1, MF_ALIAS, AII_DS},
{MSG_SERVICES, m_services, 1, 0, 0},
{MSG_IDENTIFY, m_identify, 1, 0, 0},
***************
*** 411,414 ****
--- 408,412 ----
{MSG_HS, m_aliased, 1, MF_ALIAS, AII_HS},
{MSG_BS, m_aliased, 1, MF_ALIAS, AII_BS},
+ {MSG_DS, m_aliased, 1, MF_ALIAS, AII_DS},
{MSG_RESYNCH, m_resynch, MAXPARA, 0, 0},
{MSG_MODULE, m_module, MAXPARA, 0, 0},
***************
*** 437,444 ****
{MSG_IRCOPS, m_ircops, MAXPARA, 0, 0},
#endif
- #ifdef ENABLE_FREEZE
- {MSG_FREEZE, m_freeze, MAXPARA, 0, 0},
- {MSG_UNFREEZE, m_unfreeze, MAXPARA, 0, 0},
- #endif
{ 0 }
};
--- 435,438 ----
Index: config.h
===================================================================
RCS file: /cvsroot/solidircd/solidircd-stable/include/config.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** config.h 26 Mar 2006 17:22:43 -0000 1.27
--- config.h 25 Jun 2006 22:53:01 -0000 1.28
***************
*** 187,191 ****
! #define PLUS_R_TO_NONREG_WARN
--- 187,191 ----
! #undef PLUS_R_TO_NONREG_WARN
***************
*** 225,229 ****
*/
! #undef ERROR_FREEZE_NOTICE
--- 225,229 ----
*/
! #define ERROR_FREEZE_NOTICE
***************
*** 265,268 ****
--- 265,269 ----
#define HELPSERV "HelpServ"
#define BOTSERV "BotServ"
+ #define DENORA "DENORA"
/*
***************
*** 388,393 ****
#define NETWORK_GLINNED_NAME "g-lined"
-
-
/*
* RFC1035_ANAL Defining this causes ircd to reject hostnames with
--- 389,392 ----
|