From 1d08d51e2eaff14b71f20d3f0898d5a86582b7e5 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 15 Mar 2005 16:56:16 +0000 Subject: New configuration option "OperServerMode". --- doc/sample-ngircd.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/sample-ngircd.conf b/doc/sample-ngircd.conf index 72d2e467..166e9d2a 100644 --- a/doc/sample-ngircd.conf +++ b/doc/sample-ngircd.conf @@ -1,4 +1,4 @@ -# $Id: sample-ngircd.conf,v 1.31 2005/03/02 16:07:30 alex Exp $ +# $Id: sample-ngircd.conf,v 1.32 2005/03/15 16:56:16 alex Exp $ # # This is a sample configuration file for the ngIRCd, which must be adepted @@ -89,6 +89,10 @@ # they are not(!) channel-operators? ;OperCanUseMode = no + # Mask IRC Operator mode requests as if they were coming from the server? + # (This is a compatibility hack for ircd-irc2 servers ) + ;OperServerMode = no + # Maximum number of simultaneous connection the server is allowed # to accept (<=0: unlimited): ;MaxConnections = -1 -- cgit 1.4.1