diff options
| author | 2022-04-13 00:17:36 +0100 | |
|---|---|---|
| committer | 2022-04-16 08:35:26 +0100 | |
| commit | a810c07ccf85cc3eb0ea7de3c1391ea287fa4fa7 (patch) | |
| tree | a297a57bdebb37ed5a93d99d94b2d382ae204356 /docs | |
| 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')
| -rw-r--r-- | docs/conf/helpop.conf.example | 21 | ||||
| -rw-r--r-- | docs/conf/modules.conf.example | 3 |
2 files changed, 9 insertions, 15 deletions
diff --git a/docs/conf/helpop.conf.example b/docs/conf/helpop.conf.example index b57809110..163ef86e1 100644 --- a/docs/conf/helpop.conf.example +++ b/docs/conf/helpop.conf.example @@ -30,14 +30,14 @@ parameter for this command. <helpop key="cuser" title="User Commands" value=" ACCEPT ADMIN AWAY COMMANDS CYCLE DCCALLOW -FPART HEXIP INFO INVITE ISON JOIN -KICK KNOCK LINKS LIST LUSERS MAP -MKPASSWD MODE MODULES MONITOR MOTD NAMES -NICK NOTICE OPER PART PASS PING -PONG PRIVMSG QUIT REMOVE SERVLIST SETNAME -SILENCE SQUERY SSLINFO STATS TBAN TIME -TITLE TOPIC UNINVITE USER USERHOST VERSION -VHOST WATCH WHO WHOIS WHOWAS +HEXIP INFO INVITE ISON JOIN KICK +KNOCK LINKS LIST LUSERS MAP MKPASSWD +MODE MODULES MONITOR MOTD NAMES NICK +NOTICE OPER PART PASS PING PONG +PRIVMSG QUIT REMOVE SERVLIST SETNAME SILENCE +SQUERY SSLINFO STATS TBAN TIME TITLE +TOPIC UNINVITE USER USERHOST VERSION VHOST +WATCH WHO WHOIS WHOWAS "> <helpop key="squery" title="/SQUERY <target> :<message>" value=" @@ -149,11 +149,6 @@ Removes listmodes from a channel, optionally matching a glob-based pattern. E.g. '/RMODE #channel b m:*' will remove all mute extbans on the channel. "> -<helpop key="fpart" title="/FPART <channel> <nick> [:<reason>]" value=" -This behaves identically to /REMOVE. /REMOVE is a built-in mIRC command -which caused trouble for some users. -"> - <helpop key="hexip" title="/HEXIP <hex-ip|raw-ip>" value=" If the specified argument is a raw IP address then respond with the hex encoded equivalent as if sent by an ident gateway. Otherwise, if 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 |
