diff options
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 |
