X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=doc%2Fsample-ngircd.conf;h=924f0595450939600f516516f97bf5b063bca401;hp=d99ad969beba99db91f5ad8607d61da3a1f49a66;hb=47ca178a219d682c589b27e64ee1a4e936cc7bdc;hpb=9021ea2070d50acc94783163be33625637040547 diff --git a/doc/sample-ngircd.conf b/doc/sample-ngircd.conf index d99ad969..924f0595 100644 --- a/doc/sample-ngircd.conf +++ b/doc/sample-ngircd.conf @@ -1,4 +1,4 @@ -# $Id: sample-ngircd.conf,v 1.40 2007/10/04 10:14:52 alex Exp $ +# $Id: sample-ngircd.conf,v 1.42 2007/11/21 12:16:35 alex Exp $ # # This is a sample configuration file for the ngIRCd, which must be adepted @@ -101,16 +101,21 @@ ;PredefChannelsOnly = no # Maximum number of simultaneous connection the server is allowed - # to accept (<=0: unlimited): - ;MaxConnections = -1 + # to accept (0: unlimited): + ;MaxConnections = 0 # Maximum number of simultaneous connections from a single IP address - # the server will accept (<=0: unlimited): + # the server will accept (0: unlimited): ;MaxConnectionsIP = 5 - # Maximum number of channels a user can be member of (<=0: no limit): + # Maximum number of channels a user can be member of (0: no limit): ;MaxJoins = 10 + # Maximum length of an user nick name (Default: 9, as in RFC 2812). + # Please note that all servers in an IRC network MUST use the same + # maximum nick name length! + ;MaxNickLength = 9 + [Operator] # [Operator] sections are used to define IRC Operators. There may be # more than one [Operator] block, one for each local operator.