summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-05-27 12:08:51 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-05-27 12:08:51 +0000
commit8ffa149aa186d81b8c5017bb3f7e82d483da8898 (patch)
treed070f2d9b29136dd332f75bd3ecb2098604cca24 /docs
parent5b6462f4f60f743ab63480d76d40a40c6b0453d1 (diff)
Add config example, and allow options:defaultmodes="" so that people can have no default modes if they want.
Default in the example config is 'nt'. SIDENOTE: Someone really needs to tidy up <options> in 1.2 git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7166 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs')
-rw-r--r--docs/inspircd.conf.example8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example
index 59b7933f6..c201385a3 100644
--- a/docs/inspircd.conf.example
+++ b/docs/inspircd.conf.example
@@ -882,6 +882,13 @@
# exemptchanops - This option allows channel operators to be exempted#
# from certain channel modes. #
# Supported modes are +SfgNc. Defaults to off. #
+# #
+# defaultmodes - The default modes to be given to each channel on #
+# creation. Defaults to 'nt'. There should be no + #
+# or - symbols in this sequence, if you add them #
+# they will be ignored. You may add parameters for #
+# parameterised modes. #
+# #
<options prefixquit="Quit: "
loglevel="default"
@@ -913,6 +920,7 @@
quietbursts="yes"
pingwarning="15"
allowhalfop="yes"
+ defaultmodes="nt"
exemptchanops="">
#-#-#-#-#-#-#-#-#-#-#-#-#-#- TIME SYNC OPTIONS -#-#-#-#-#-#-#-#-#-#-#-#