diff options
-rw-r--r-- | data/example.conf | 15 | ||||
-rw-r--r-- | docs/README | 14 |
2 files changed, 15 insertions, 14 deletions
diff --git a/data/example.conf b/data/example.conf index 7735bb089..30f2d1430 100644 --- a/data/example.conf +++ b/data/example.conf @@ -80,8 +80,8 @@ # DreamForge 4.6.7 - "dreamforge" # Hybrid IRCd 7.0 [experimental] - "hybrid" # InspIRCd 1.0 Beta 5 - "inspircd" -# Plexus 2.0 [or later] - "plexus2" # 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" @@ -523,12 +523,13 @@ GlobalOnCycleUP "Services are now back online - have a nice day" #NickRegDelay 30 # UseSVSHOLD [OPTIONAL] -# Allows Bahamut-networks to use SVSHOLD instead of the services -# enforcer. This option has been introduced in Bahamut 1.4.35 and -# places a temporary Q:Line instead of introducing a new nick, -# which is better for both CPU and bandwidth. If you enable this -# option on a pre-1.4.35 Bahamut, it is most likely to break. -# This option now works with Unreal 3.2 and plexus3 +# Allows networks running Bahamut (1.4.35 or later), Unreal (3.2), +# and Plexus (3.0) to use SVSHOLD instead of the services enforcer. +# This option places a temporary Q:Line on the held nick instead +# of introducing a new pseudoclient with that nick, which is better +# for both CPU and bandwidth. If you enable this option on an +# incompatible IRCd (like a pre-1.4.35 Bahamut), it is most likely +# to break. #UseSVSHOLD # RestrictOperNick [OPTIONAL] diff --git a/docs/README b/docs/README index afa7d32e9..76fdffcc7 100644 --- a/docs/README +++ b/docs/README @@ -152,19 +152,19 @@ Table of Contents Anope currently works with: - * DreamForge 4.6.7 * Bahamut 1.4.27 or later (including 1.8) - * UnrealIRCd 3.1.1 or later (including 3.2) - * UltimateIRCd 2.8.2 or later (including 3.0.0) + * Charybdis 1.0 or later + * DreamForge 4.6.7 * Hybrid 7 or later - * ViagraIRCd 1.3 or later + * Plexus 2.0 or later (including 3.0) * PTlink 6.15 or later * RageIRCd 2.0 beta-6 or later - * Solid IRCd 3.4.6 or later - * Plexus 2.0 or later * Ratbox 2.0.6 or later * ShadowIRCd 4.0 beta 7 or later - * Charybdis + * Solid IRCd 3.4.6 or later + * UltimateIRCd 2.8.2 or later (including 3.0.0) + * UnrealIRCd 3.1.1 or later (including 3.2) + * ViagraIRCd 1.3 or later Anope could also work with some of the daemons derived by the ones listed above, but there's no support for them if they work or don't work. |