From f11b01ccc2c9aa8b20c607da10d7e60dab36efaf Mon Sep 17 00:00:00 2001 From: anzz1 Date: Fri, 19 Dec 2025 18:23:16 +0200 Subject: Implement new configuration option "DefaultChannelModes" The new configuration option "DefaultChannelModes" lists channel modes that become automatically set on new channels on creation. Default: set no modes. Closes #333. --- doc/sample-ngircd.conf.tmpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/sample-ngircd.conf.tmpl b/doc/sample-ngircd.conf.tmpl index f02c535d..c9011468 100644 --- a/doc/sample-ngircd.conf.tmpl +++ b/doc/sample-ngircd.conf.tmpl @@ -182,6 +182,9 @@ ;ConnectIPv6 = yes ;ConnectIPv4 = yes + # Default channel mode(s) to set on new channels. Default: none. + ;DefaultChannelModes = n + # Default user mode(s) to set on new local clients. Please note that # only modes can be set that the client could set using regular MODE # commands, you can't set "a" (away) for example! Default: none. -- cgit 1.4.1