summaryrefslogtreecommitdiff
path: root/Changes.conf
diff options
context:
space:
mode:
authorjantje_85 <jantje_85@5417fbe8-f217-4b02-8779-1006273d7864>2009-04-03 18:13:37 +0000
committerjantje_85 <jantje_85@5417fbe8-f217-4b02-8779-1006273d7864>2009-04-03 18:13:37 +0000
commit446a6f6ea5f64692dcaffd23cafb31292b307f4b (patch)
treed6a06f80ee79fb85d397162a8a5a1b1ac688e8be /Changes.conf
parent9d89891a903ca3c5406fe4a9e11299457f842a01 (diff)
Updated example.conf regarding removal of the inspirc10 protocol module and SRA requirement for SuperAdmin.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2250 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'Changes.conf')
-rw-r--r--Changes.conf33
1 files changed, 33 insertions, 0 deletions
diff --git a/Changes.conf b/Changes.conf
index 17dbcb8bd..367021692 100644
--- a/Changes.conf
+++ b/Changes.conf
@@ -3,6 +3,39 @@ Anope Version 1.8 SVN
** ADDED CONFIGURATION DIRECTIVES **
** MODIFIED CONFIGURATION DIRECTIVES **
+# IRCDModule <module_name> [REQUIRED]
+# The ircd protocol module should be used when connecting anope to your
+# chosen IRCD. This should be one of the following options, or a file
+# provided by your IRCD author.
+#
+# Bahamut 1.4.27 [or later] - "bahamut"
+# Charybdis 1.0 [or later] - "charybdis"
+# DreamForge 4.6.7 - "dreamforge"
+# Hybrid IRCd 7.0 [experimental] - "hybrid"
+# InspIRCd 1.1 [beta 8 or later] - "inspircd11"
+# Plexus 3.0 [or later] - "plexus3"
+# Plexus 2.0 [or later] - "plexus2"
+# PTLink 6.15.0 [experimental] - "ptlink"
+# RageIRCd 2.0.x - "rageircd"
+# Ratbox 2.0.6 [or later] - "ratbox"
+# ShadowIRCD 4.0x [beta 7 or later] - "shadowircd"
+# Solid IRCD 3.4.x [3.4.6 or later] - "solidircd"
+# UltimateIRCd 3.0.0 [or later] - "ultimate3"
+# UltimateIRCd 2.8.2 [or later] - "ultimate2"
+# Unreal 3.2 [beta-19 or later] - "unreal32"
+# Unreal 3.1.1 [or later] - "unreal31"
+# ViagraIRCd 1.3.x [or later] - "viagra"
+#
+
+#IRCDModule "unreal32"
+
+
+# SuperAdmin [OPTIONAL]
+# When enabled, Services Roots will be able to use SuperAdmin [ON|OFF]
+# which will temporarily grant them extra privileges, such as being a
+# founder of _all_ channels, ability to adjust another users modes etc..
+
+#SuperAdmin
** DELETED CONFIGURATION DIRECTIVES **