From 058d3085a955ae9385a27b6b33ee173b5d95fdfa Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Sun, 5 Nov 2006 13:03:46 +0000 Subject: New configuration option "PredefChannelsOnly": if set, make all JOINs to-non existants channel return ERR_BANNEDFROMCHAN_MSG, restricting users to those channels defined in the config file. --- doc/sample-ngircd.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/sample-ngircd.conf b/doc/sample-ngircd.conf index 19c3f43e..d5b97159 100644 --- a/doc/sample-ngircd.conf +++ b/doc/sample-ngircd.conf @@ -1,4 +1,4 @@ -# $Id: sample-ngircd.conf,v 1.37 2006/04/09 12:27:23 alex Exp $ +# $Id: sample-ngircd.conf,v 1.38 2006/11/05 13:03:47 fw Exp $ # # This is a sample configuration file for the ngIRCd, which must be adepted @@ -93,6 +93,9 @@ # server? (This is a compatibility hack for ircd-irc2 servers) ;OperServerMode = no + # Allow Pre-Defined Channels only (see Section [Channels]) + ;PredefChannelsOnly = no + # Maximum number of simultaneous connection the server is allowed # to accept (<=0: unlimited): ;MaxConnections = -1 -- cgit 1.4.1