summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-03-04 00:46:12 +0000
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-03-04 00:46:12 +0000
commit08d55d0b30a2d4ebdcbe7b15d957dc852fba75ff (patch)
tree994bde1dbc454c11fe44af620b33cd02327b7c40
parent2089dfce5734a21ccdbbe133cb8499e2168cd281 (diff)
More documentation to example configs [jdhore]
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11166 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r--conf/inspircd.conf.example23
-rw-r--r--conf/modules.conf.example12
2 files changed, 29 insertions, 6 deletions
diff --git a/conf/inspircd.conf.example b/conf/inspircd.conf.example
index 1cfbeb40b..85796cfc5 100644
--- a/conf/inspircd.conf.example
+++ b/conf/inspircd.conf.example
@@ -75,6 +75,12 @@
# description: Server description. Spaces are allowed.
description="Waddle World"
+ # id: The SID to use for this server. This should not be uncommented
+ # unless there is a SID conflict. This must be three characters long.
+ # The first character must be a digit [0-9], the remaining two chars
+ # may be letters [A-Z] or digits.
+ #id="97K"
+
# network: Network name given on connect to clients.
# Should be the same on all servers on the network and
# not contain spaces.
@@ -199,6 +205,16 @@
<connect deny="3ffe::0/32">
<connect
+ # name: Name to use for this connect block. Mainly used for
+ # connect class inheriting.
+ name="secret"
+
+ # parent: This setting is to specify if this connect class
+ # inherits settings from any other. Put the other class' name
+ # in here to use it's settings. It will use all settings from
+ # the parent class unless any are changed in this class.
+ parent="main"
+
# allow: What IP addresses/hosts to allow for this block.
allow="196.12.*"
@@ -218,6 +234,10 @@
port="6667">
<connect
+ # name: Name to use for this connect block. Mainly used for
+ # connect class inheriting.
+ name="main"
+
# allow: What IP addresses/hosts to allow for this block.
allow="*"
@@ -247,6 +267,9 @@
# globalmax: Maximum global (network-wide) connections per IP.
globalmax="3"
+ # useident: Defines if users in this class must respond to a ident query or not.
+ useident="no"
+
# limit: How many users are allowed in this class
limit="5000"
diff --git a/conf/modules.conf.example b/conf/modules.conf.example
index 2b99e5b6e..21185cc57 100644
--- a/conf/modules.conf.example
+++ b/conf/modules.conf.example
@@ -867,9 +867,6 @@
# oper go 'invisible' similar to unrealircd 3.1's +I mode. Note that
# opers are still able to see invisible users, and if an oper with +Q
# deopers, they will become visible.
-#
-# IMPORTANT NOTE: To allow this mode to be used by a type of oper, you
-# must first add the value canquiet="yes" to that oper's type tag.
#
# This module is oper-only.
#
@@ -1047,11 +1044,13 @@
#<module name="m_nicklock.so">
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
-# No ctcp module: Adds the channel mode +C to block CTCPs
+# No ctcp module: Adds the channel mode +C to block CTCPs and extban C
+# to block CTCPs sent by specific users.
#<module name="m_noctcp.so">
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
-# No kicks module: Adds the +Q channel mode
+# No kicks module: Adds the +Q channel mode and the Q: extban to deny
+# certain users from kicking.
#<module name="m_nokicks.so">
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
@@ -1067,7 +1066,8 @@
#<module name="m_nopartmsg.so">
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
-# No Notice module: adds the channel mode +T
+# No Notice module: adds the channel mode +T and the extban T to block
+# specific users from noticing the channel.
#<module name="m_nonotice.so">
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#