diff options
| author | 2022-04-13 00:17:36 +0100 | |
|---|---|---|
| committer | 2022-04-16 08:35:26 +0100 | |
| commit | a810c07ccf85cc3eb0ea7de3c1391ea287fa4fa7 (patch) | |
| tree | a297a57bdebb37ed5a93d99d94b2d382ae204356 /docs/conf/modules.conf.example | |
| parent | Fix serialising the kicknorejoin link data. (diff) | |
| download | inspircd++-a810c07ccf85cc3eb0ea7de3c1391ea287fa4fa7.tar.gz inspircd++-a810c07ccf85cc3eb0ea7de3c1391ea287fa4fa7.tar.bz2 inspircd++-a810c07ccf85cc3eb0ea7de3c1391ea287fa4fa7.zip | |
Remove FPART, force REMOVE to always use the new syntax.
FPART was deprecated in v3 when the parameters for REMOVE were
switched.
This does not need any compat layer changes as v3 always forwarded
FPART as REMOVE.
Diffstat (limited to 'docs/conf/modules.conf.example')
| -rw-r--r-- | docs/conf/modules.conf.example | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 345240afe..ade62957b 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1774,8 +1774,7 @@ #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Remove module: Adds the /REMOVE command which is a peaceful -# alternative to /KICK. It also provides the /FPART command which works -# in the same way as /REMOVE. +# alternative to /KICK. #<module name="remove"> # # supportnokicks: If yes, /REMOVE is not allowed on channels where the |
