mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
Add SERVLIST to the example helpop.
This commit is contained in:
parent
88602c694b
commit
054148247e
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user