diff options
author | Matt Schatz <genius3000@g3k.solutions> | 2020-04-28 22:49:33 -0600 |
---|---|---|
committer | Matt Schatz <genius3000@g3k.solutions> | 2020-04-28 22:49:33 -0600 |
commit | 054148247e682c8fbebc21080c5bf2b770a9c671 (patch) | |
tree | b73be2c26612ad0b79831b5e91e085edc843d12e /docs/conf/helpop.conf.example | |
parent | 88602c694bcdb5aa5d373d17789f0f214b417375 (diff) |
Add SERVLIST to the example helpop.
Diffstat (limited to 'docs/conf/helpop.conf.example')
-rw-r--r-- | docs/conf/helpop.conf.example | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/docs/conf/helpop.conf.example b/docs/conf/helpop.conf.example index b0de1672c..792efcd9c 100644 --- a/docs/conf/helpop.conf.example +++ b/docs/conf/helpop.conf.example @@ -36,16 +36,22 @@ 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 SETNAME SILENCE SQUERY -SSLINFO STATS TBAN TIME TITLE TOPIC -UNINVITE USER USERHOST VERSION VHOST WATCH -WHO WHOIS WHOWAS +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=" Sends a message to the network service specified in <target>. "> +<helpop key="servlist" title="/SERVLIST [<mask>]" value=" +List network services that are currently connected to the network +and visible to you. The optional glob-based mask parameter matches +against the network service nickname. +"> + <helpop key="sslinfo" title="/SSLINFO <nick>" value=" Displays information on the TLS (SSL) connection and certificate of the target user. |