X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fconf.h;h=797c5a5c6d935a6e0b8f02247e7042cc499bc493;hp=3c180160a2746a48cb050c17ed9ce541fde5e2cf;hb=1d08d51e2eaff14b71f20d3f0898d5a86582b7e5;hpb=5e929effcae7a273f55a0011632b86a0811cf35f diff --git a/src/ngircd/conf.h b/src/ngircd/conf.h index 3c180160..797c5a5c 100644 --- a/src/ngircd/conf.h +++ b/src/ngircd/conf.h @@ -8,7 +8,7 @@ * (at your option) any later version. * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: conf.h,v 1.31 2005/03/02 16:07:31 alex Exp $ + * $Id: conf.h,v 1.32 2005/03/15 16:56:18 alex Exp $ * * Configuration management (header) */ @@ -114,6 +114,11 @@ GLOBAL INT Conf_Channel_Count; /* Are IRC operators allowed to always use MODE? */ GLOBAL BOOLEAN Conf_OperCanMode; +/* If an IRC op gives chanop privileges without being a chanop, + * ircd2 will ignore the command. This enables a workaround: + * It masks the command as coming from the server */ +GLOBAL BOOLEAN Conf_OperServerMode; + /* Maximum number of connections to this server */ GLOBAL LONG Conf_MaxConnections;