]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Add SERVLIST to the example helpop.
authorMatt Schatz <genius3000@g3k.solutions>
Wed, 29 Apr 2020 04:49:33 +0000 (22:49 -0600)
committerMatt Schatz <genius3000@g3k.solutions>
Wed, 29 Apr 2020 04:49:33 +0000 (22:49 -0600)
docs/conf/helpop.conf.example

index b0de1672cfbbcba59b218b01f0ff23f9e5ca28b3..792efcd9c422340c92e1d722ebfb177b42256765 100644 (file)
@@ -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.