repo: ngircd
action: commit
revision: 
path_from: 
revision_from: d1382fab5c956e65f35021366f1dbeeb5508a190:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit d1382fab5c956e65f35021366f1dbeeb5508a190
Author: Alexander Barton 
Date:   Tue Feb 19 20:07:48 2002 +0000

    - Neue Variablen NGIRCd_DebugVersion und NGIRCd_Passive.

diff --git a/src/ngircd/ngircd.h b/src/ngircd/ngircd.h
index 81ef8f469edfc6c79332f94d332b7245823b8dfc..
index ..c4378446282118ed371851231873c73c16228a26 100644
--- a/src/ngircd/ngircd.h
+++ b/src/ngircd/ngircd.h
@@ -9,11 +9,14 @@
  * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
  * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
  *
- * $Id: ngircd.h,v 1.9 2002/02/17 23:40:32 alex Exp $
+ * $Id: ngircd.h,v 1.10 2002/02/19 20:07:48 alex Exp $
  *
  * ngircd.h: Prototypen aus dem "Haupt-Modul"
  *
  * $Log: ngircd.h,v $
+ * Revision 1.10  2002/02/19 20:07:48  alex
+ * - Neue Variablen NGIRCd_DebugVersion und NGIRCd_Passive.
+ *
  * Revision 1.9  2002/02/17 23:40:32  alex
  * - Neue Funktion NGIRCd_VersionAddition().
  *
@@ -64,9 +67,13 @@ GLOBAL BOOLEAN NGIRCd_Sniffer;		/* Sniffer aktivieren */

 GLOBAL BOOLEAN NGIRCd_NoDaemon;		/* nicht im Hintergrund laufen */

+GLOBAL BOOLEAN NGIRCd_Passive;		/* nicht zu anderen Servern connecten */
+
 GLOBAL BOOLEAN NGIRCd_Quit;		/* TRUE: ngIRCd beenden */
 GLOBAL BOOLEAN NGIRCd_Restart;		/* TRUE: neu starten */

+GLOBAL CHAR NGIRCd_DebugLevel[2];	/* Debug-Level fuer IRC_VERSION() */
+
 GLOBAL CHAR *NGIRCd_Version( VOID );
 GLOBAL CHAR *NGIRCd_VersionAddition( VOID );

-----END OF PAGE-----