X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fconf.h;h=3c9cd2130c77cfa2860b840d6ce9cc546d027c6f;hb=aaa682fb2461f73eab0a40295cb7d331a72bcb89;hp=04024e3a33bc00ca812a2fffef8042bfcfab5cbd;hpb=03d971d99481244e7039bc960cfb962795fbe905;p=ngircd-alex.git diff --git a/src/ngircd/conf.h b/src/ngircd/conf.h index 04024e3a..3c9cd213 100644 --- a/src/ngircd/conf.h +++ b/src/ngircd/conf.h @@ -9,13 +9,17 @@ * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. * - * $Id: conf.h,v 1.7 2002/01/02 02:44:36 alex Exp $ + * $Id: conf.h,v 1.9 2002/01/03 02:27:20 alex Exp $ * * conf.h: Konfiguration des ngircd (Header) * * $Log: conf.h,v $ - * Revision 1.7 2002/01/02 02:44:36 alex - * - neue Defines fuer max. Anzahl Server und Operatoren. + * Revision 1.9 2002/01/03 02:27:20 alex + * - das Server-Passwort kann nun konfiguriert werden. + * + * Revision 1.8 2002/01/02 02:49:16 alex + * - Konfigurationsdatei "Samba like" umgestellt. + * - es koennen nun mehrere Server und Oprtatoren konfiguriert werden. * * Revision 1.6 2001/12/31 02:18:51 alex * - viele neue Befehle (WHOIS, ISON, OPER, DIE, RESTART), @@ -72,6 +76,9 @@ GLOBAL CHAR Conf_ServerName[CLIENT_ID_LEN]; /* Servers-Info-Text */ GLOBAL CHAR Conf_ServerInfo[CLIENT_INFO_LEN]; +/* Server-Passwort */ +GLOBAL CHAR Conf_ServerPwd[CLIENT_PASS_LEN]; + /* Datei mit MOTD-Text */ GLOBAL CHAR Conf_MotdFile[FNAME_LEN];