X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=docs%2Fconf%2Finspircd.conf.example;h=e3d76ff3bf8c38bd5ccbe62d195c3574a27be11e;hb=c1285a71c526d09c60635266d16035d78077b64b;hp=dbd56d2fef474c3699c94a90b719cbbc1354228b;hpb=e0bb51b9aba497d1076a929c21e651aa54fb3ce6;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index dbd56d2fe..e3d76ff3b 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -193,6 +193,9 @@ # permissions: The octal permissions to set on the UNIX socket after it has # been created. If you are not familiar with octal permissions you should # not define this or refer to http://permissions-calculator.org for help. + # Note: This does not take effect on rehash. + # To change it on a running bind, you'll have to comment it out, + # rehash, comment it in and rehash again. #permissions="" # replace: if the UNIX socket path already exists then remove it before @@ -290,7 +293,7 @@ password="secret" # maxchans: Maximum number of channels a user in this class - # be in at one time. + # can be in at one time. maxchans="20" # timeout: How long the server will wait before disconnecting @@ -388,7 +391,7 @@ allow="*" # maxchans: Maximum number of channels a user in this class - # be in at one time. + # can be in at one time. maxchans="20" # timeout: How long the server will wait before disconnecting @@ -661,6 +664,10 @@ # link with servers running 2.0. Defaults to yes. allowzerolimit="no" + # modesinlist: If enabled then the current channel modes will be shown + # in the /LIST response. Defaults to yes. + modesinlist="no" + # exemptchanops: Allows users with with a status mode to be exempt # from various channel restrictions. Possible restrictions are: # - anticaps Channel mode +B - blocks messages with too many capital @@ -732,7 +739,7 @@ # Turning this option off will make the server spend more time on users we may # potentially not want. Normally this should be neglible, though. # Default value is true - clonesonconnect="true" + clonesonconnect="yes" # timeskipwarn: The time period that a server clock can jump by before # operators will be warned that the server is having performance issues.