diff options
author | Sadie Powell <sadie@witchery.services> | 2021-02-21 01:59:44 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2021-02-21 01:59:44 +0000 |
commit | b45b7f018d49eeeada7ece3d05382798bbcd55e4 (patch) | |
tree | 86ef0e246550ae59d4ec9d280c4306f9061e397f /docs | |
parent | a234653c7e61653bc1b7cf2755fafba1d5288934 (diff) |
Add a command to the cgiirc module for encoding/decoding hex idents.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/helpop.conf.example | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/docs/conf/helpop.conf.example b/docs/conf/helpop.conf.example index df886608d..a2a09fa87 100644 --- a/docs/conf/helpop.conf.example +++ b/docs/conf/helpop.conf.example @@ -32,14 +32,14 @@ parameter for this command. <helpop key="cuser" title="User Commands" value=" ACCEPT ADMIN AWAY COMMANDS CYCLE DCCALLOW -FPART 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 +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 "> <helpop key="squery" title="/SQUERY <target> :<message>" value=" @@ -152,6 +152,13 @@ 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 an raw IP address then respond with the +hex encoded equivalent as if sent by an ident gateway. Otherwise, if +the specified argument is a hex encoded IP address then respond with +the equivalent raw IP address. +"> + <helpop key="silence" title="/SILENCE [(+|-)<mask> [CcdiNnPpTtx]]" value=" A server-side ignore of the given n!u@h mask. If the optional flags field is specified then it must contain one or more flags which specify what kind of |