]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - docs/conf/helpop.conf.example
Add a user mode which allows disabling receiving channel history.
[user/henk/code/inspircd.git] / docs / conf / helpop.conf.example
index b0de1672cfbbcba59b218b01f0ff23f9e5ca28b3..df886608dfef6d30de092f1e90986b95a4a997d7 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.
@@ -196,11 +202,11 @@ Quit from IRC and end your current session.
 Returns the server's version information.
 ">
 
-<helpop key="ping" title="/PING <servername> [:<servername>]" value="
+<helpop key="ping" title="/PING <cookie> [<servername>]" value="
 Ping a server. The server will answer with a PONG.
 ">
 
-<helpop key="pong" title="/PONG <servername>" value="
+<helpop key="pong" title="/PONG <cookie> [<servername>]" value="
 Your client should send this to answer server PINGs. You
 should not issue this command manually.
 ">
@@ -566,9 +572,9 @@ the network.
 Sends a message to all users with the +g snomask.
 ">
 
-<helpop key="cban" title="/CBAN <channel> [<duration> [:<reason>]]" value="
-Sets or removes a global channel ban. You must specify all three parameters
-to add a ban, and one parameter to remove a ban (just the channel).
+<helpop key="cban" title="/CBAN <channelmask> [<duration> [:<reason>]]" value="
+Sets or removes a global channel based ban. You must specify all three parameters
+to add a ban, and one parameter to remove a ban (just the channelmask).
 
 The duration may be specified in seconds, or in the format
 1y2w3d4h5m6s - meaning one year, two weeks, three days, four hours,