mirror of
https://github.com/osmarks/ngircd.git
synced 2025-01-30 17:24:44 +00:00
- Admin-Info eingebaut (Variablen "AdminInfo1", "AdminInfo2" und "AdminEMail").
This commit is contained in:
parent
b615d12897
commit
4ded22b00b
@ -9,7 +9,7 @@
|
|||||||
* Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
|
* Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
|
||||||
* der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
|
* der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
|
||||||
*
|
*
|
||||||
* $Id: conf.h,v 1.18 2002/09/02 14:59:18 alex Exp $
|
* $Id: conf.h,v 1.19 2002/09/16 09:13:40 alex Exp $
|
||||||
*
|
*
|
||||||
* conf.h: Konfiguration des ngircd (Header)
|
* conf.h: Konfiguration des ngircd (Header)
|
||||||
*/
|
*/
|
||||||
@ -52,12 +52,17 @@ typedef struct _Conf_Channel
|
|||||||
/* Name ("Nick") des Servers */
|
/* Name ("Nick") des Servers */
|
||||||
GLOBAL CHAR Conf_ServerName[CLIENT_ID_LEN];
|
GLOBAL CHAR Conf_ServerName[CLIENT_ID_LEN];
|
||||||
|
|
||||||
/* Servers-Info-Text */
|
/* Server-Info-Text */
|
||||||
GLOBAL CHAR Conf_ServerInfo[CLIENT_INFO_LEN];
|
GLOBAL CHAR Conf_ServerInfo[CLIENT_INFO_LEN];
|
||||||
|
|
||||||
/* Server-Passwort */
|
/* Server-Passwort */
|
||||||
GLOBAL CHAR Conf_ServerPwd[CLIENT_PASS_LEN];
|
GLOBAL CHAR Conf_ServerPwd[CLIENT_PASS_LEN];
|
||||||
|
|
||||||
|
/* Admin-Info-Texte */
|
||||||
|
GLOBAL CHAR Conf_ServerAdmin1[CLIENT_INFO_LEN];
|
||||||
|
GLOBAL CHAR Conf_ServerAdmin2[CLIENT_INFO_LEN];
|
||||||
|
GLOBAL CHAR Conf_ServerAdminMail[CLIENT_INFO_LEN];
|
||||||
|
|
||||||
/* Datei mit MOTD-Text */
|
/* Datei mit MOTD-Text */
|
||||||
GLOBAL CHAR Conf_MotdFile[FNAME_LEN];
|
GLOBAL CHAR Conf_MotdFile[FNAME_LEN];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user