diff options
author | Adam <Adam@anope.org> | 2010-09-05 12:51:15 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-09-05 12:51:15 -0400 |
commit | d53c25b0438f6d835d0be66ab7a01166c7a1d40e (patch) | |
tree | 0734707fa39a9de27e1d7de73903fcdc385bd863 /data | |
parent | 7dfc8e8ee8f5355429763eac70fe694bf947eca3 (diff) |
Added InspIRCd 2.0 support
Diffstat (limited to 'data')
-rw-r--r-- | data/example.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/example.conf b/data/example.conf index 24a0a6422..da524f0ec 100644 --- a/data/example.conf +++ b/data/example.conf @@ -81,6 +81,7 @@ # Hybrid IRCd 7.0 [experimental] - "hybrid" # InspIRCd 1.1 [beta 8 or later] - "inspircd11" # InspIRCd 1.2 [RC3 or later] - "inspircd12" +# InspIRCd 2.0 - "inspircd20" # Plexus 3.0 [or later] - "plexus3" # Plexus 2.0 [or later] - "plexus2" # PTLink 6.15.0 [experimental] - "ptlink" @@ -358,7 +359,7 @@ NetworkName "LocalNet" #Numeric "64" -# InspIRCd 1.2 compliant: +# TS6 (InspIRCd 1.2+) compliant: #Numeric "3AX" |