summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorjantje_85 <jantje_85@5417fbe8-f217-4b02-8779-1006273d7864>2009-10-06 13:21:05 +0000
committerjantje_85 <jantje_85@5417fbe8-f217-4b02-8779-1006273d7864>2009-10-06 13:21:05 +0000
commit0570b57a99564441f91283d1fec4060b53b08b75 (patch)
treea5951f9415daecffdd82f513f3b342d37dcae0c4 /data
parent727bcf1fde40813f9bd148064ac377b972a6cdce (diff)
This is it! Added InspIRCd 1.2 protocol module.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2536 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'data')
-rw-r--r--data/example.conf15
1 files changed, 14 insertions, 1 deletions
diff --git a/data/example.conf b/data/example.conf
index c524e50c5..5ca0c9c39 100644
--- a/data/example.conf
+++ b/data/example.conf
@@ -80,6 +80,7 @@
# DreamForge 4.6.7 - "dreamforge"
# Hybrid IRCd 7.0 [experimental] - "hybrid"
# InspIRCd 1.1 [beta 8 or later] - "inspircd11"
+# InspIRCd 1.2 [RC3 or later] - "inspircd12"
# Plexus 3.0 [or later] - "plexus3"
# Plexus 2.0 [or later] - "plexus2"
# PTLink 6.15.0 [experimental] - "ptlink"
@@ -347,9 +348,19 @@ NetworkName "LocalNet"
# Numeric [OPTIONAL]
# Many ircd identify themselves with a Numeric ID when using this option
-# consult your ircds documentation before using this
+# consult your ircds documentation before using this.
+#
+# This option is REQUIRED when linking to InspIRCd 1.2. Then this should
+# contain the services SID and must be in the following form:
+# [0-9][A-Z0-9][A-Z0-9]
+# An example is shown below.
+
#Numeric "64"
+# InspIRCd 1.2 compliant:
+
+#Numeric "3AX"
+
# NickLen [RECOMMENDED]
# Set this to the maximum allowed nick length on your network. Anope does
# not support values larger than 31, so setting them makes no sense. Be
@@ -618,6 +629,8 @@ UlineServers "stats.your.network proxy.your.network"
# Modern hybrid ircd like Ratbox 2.0.x support a protocol called TS6.
# However this protocol is optional thus our default support is for without
# TS6, if you want to take advantage of TS6, enable this option.
+#
+# This option is REQUIRED when linking to InspIRCd 1.2.
#UseTS6