1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-10-22 17:57:39 +00:00

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.
This commit is contained in:
Florian Westphal
2006-11-05 13:03:46 +00:00
parent 74883f57da
commit 058d3085a9
5 changed files with 49 additions and 26 deletions

View File

@@ -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