1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-11-23 00:34:51 +00:00

- neue Konfigurationsoption "OperCanUseMode" (Sektion "Global"):

ist sie aktiv, koennen IRC-Operatoren immer Channel-Modes setzen.
This commit is contained in:
Alexander Barton
2002-09-02 14:59:17 +00:00
parent f673fb960a
commit 7e1b3b9157
3 changed files with 29 additions and 5 deletions

View File

@@ -9,7 +9,7 @@
* 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.17 2002/05/27 13:09:26 alex Exp $
* $Id: conf.h,v 1.18 2002/09/02 14:59:18 alex Exp $
*
* conf.h: Konfiguration des ngircd (Header)
*/
@@ -88,6 +88,8 @@ GLOBAL INT Conf_Server_Count;
GLOBAL CONF_CHANNEL Conf_Channel[MAX_DEFCHANNELS];
GLOBAL INT Conf_Channel_Count;
/* Koennen IRC OPs immer Modes setzen? */
GLOBAL BOOLEAN Conf_OperCanMode;
GLOBAL VOID Conf_Init PARAMS((VOID ));
GLOBAL INT Conf_Test PARAMS((VOID ));