summaryrefslogtreecommitdiff
path: root/docs/modules.conf.example
diff options
context:
space:
mode:
authorRobin Burchell <viroteck@viroteck.net>2012-04-19 03:35:49 -0700
committerRobin Burchell <viroteck@viroteck.net>2012-04-19 03:35:49 -0700
commit98131a0a1c9d8ccc1f0015552a26882b58a9cbf3 (patch)
tree7465c02bb80532f35ec621239f30d8cb7ad257c7 /docs/modules.conf.example
parent58c47b3943d45ca630e68ac62f0fba0eddee9ed4 (diff)
parent627fa2acc85865055f7449e161ee4dfed17daa1a (diff)
Merge pull request #85 from Robby-/insp20-typosnstuff
[2.0] Add conf/ to include paths and fix some typos
Diffstat (limited to 'docs/modules.conf.example')
-rw-r--r--docs/modules.conf.example14
1 files changed, 5 insertions, 9 deletions
diff --git a/docs/modules.conf.example b/docs/modules.conf.example
index b688882d0..116aace52 100644
--- a/docs/modules.conf.example
+++ b/docs/modules.conf.example
@@ -314,7 +314,7 @@
# specify some censor tags. See also: #
# http://wiki.inspircd.org/Modules/censor #
#
-#<include file="censor.conf">
+#<include file="conf/censor.conf">
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# CGI:IRC module: Adds support for automatic host changing in CGI:IRC
@@ -765,7 +765,7 @@
# specfiy below the path to the filter.conf file, or define some #
# <filter> tags. #
# #
-#<include file="filter.conf">
+#<include file="conf/filter.conf">
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Gecosban: Implements extended ban r:, which stops anyone matching
@@ -822,12 +822,12 @@
# specify below the path to the helpop.conf file, or if you like to #
# make a mess, define your helpop tags in this conf. #
# #
-#<include file="helpop.conf">
+#<include file="conf/inspircd.helpop-full.example">
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# HIDECHANS module: Allows opers to hide their channels list from non-
# opers by setting user mode +I on themselves.
-# <module name="m_hidechans.so">
+#<module name="m_hidechans.so">
#
# HIDECHANS can optionally prevent opers from seeing channels on a +I
# user, for more privacy if set to true.
@@ -838,7 +838,7 @@
# HIDEOPER module: Allows opers to hide their oper status from non-
# opers by setting user mode +H on themselves.
# This module is oper-only.
-# <module name="m_hideoper.so">
+#<module name="m_hideoper.so">
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Hostchange module: Allows a different style of cloaking
@@ -994,10 +994,6 @@
# provided CIDR do not need to authenticate against LDAP. It can be #
# repeated to whitelist multiple CIDRs. #
-# ldapwhitelist indicates that clients connecting from the associated #
-# CIDR do to authenticate against LDAP. It can be used multiple #
-# times. #
-
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# LDAP oper configuration module: Adds the ability to authenticate #
# opers via LDAP. This is an extra module which must be enabled #