diff options
author | Attila Molnar <attilamolnar@hush.com> | 2016-12-05 10:45:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-05 10:45:04 +0100 |
commit | c6610ad5da14ea4a1f45f0fc85d42c86975cb2a0 (patch) | |
tree | fd0a7562b80d22e37c272b6c933d626e15e38872 /docs | |
parent | 491340999d4e8eefa99f15259fadc2af914dd733 (diff) | |
parent | 0cffd89447c9c0f2b145c634d92207bd9b73c2fe (diff) |
Merge pull request #1253 from SaberUK/insp20+bigger-warning
[2.0] Add a bigger warning about deprecated things being removed.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/modules.conf.example | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 97d69da90..acafb327c 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -421,6 +421,9 @@ #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Chanprotect module: Gives +q and +a channel modes. +# +# IMPORTANT: This module has been removed in the next major version of +# InspIRCd. You should use m_customprefix instead. #<module name="m_chanprotect.so"> <chanprotect @@ -519,6 +522,10 @@ # key3, key4; the values must be less than 0x80000000 and should be # # picked at random. Prefix is mandatory, will default to network name # # if not specified, and will always have a "-" appended. # +# # +# IMPORTANT: The compat-host and compat-ip modes have been removed in # +# the next major version of InspIRCd. You should ONLY use them if you # +# need backwards compatibility with InspIRCd 1.2. # # #<cloak mode="half" # key="secret" @@ -824,6 +831,9 @@ #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Halfop module: Provides the +h (halfops) channel status mode. +# +# IMPORTANT: This module has been removed in the next major version of +# InspIRCd. You should use m_customprefix instead. #<module name="m_halfop.so"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# |