X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=doc%2FCommands.txt;h=c4bd3a111852c0178077d64e911a9877a9762845;hp=e049f5ef88f2e3434d6cbe00995db70f0bbfe7b0;hb=d9f81ac66942000861d46cd33708585a729b1207;hpb=fcdb5cf8dd1579172ad894ddc8c07defa16f0822 diff --git a/doc/Commands.txt b/doc/Commands.txt index e049f5ef..c4bd3a11 100644 --- a/doc/Commands.txt +++ b/doc/Commands.txt @@ -78,7 +78,7 @@ Connection Handling Commands like this: "CAP REQ :capability1 capability2 capability3" for example. References: - - + - - - doc/Capabilities.txt @@ -324,7 +324,7 @@ General Commands In addition, IRC Ops can use these two forms to specify the : . - # - - # + - $ . The can contain the wildcard characters "*" and "?", but must contain at least one dot (".") and no wildcard after the last one. @@ -380,7 +380,7 @@ Status and Informational Commands Please note that "all" IRC daemons even parse separate nicknames in a single parameter (like ":nick1 nick2"), and therefore ngIRCd - implements this behaviour, too. + implements this behavior, too. References: - RFC 2812, 4.9 "Ison message" @@ -451,17 +451,21 @@ Status and Informational Commands Show statistics and other information of type of a particular IRC server in the network. . - The following types are supported (case-insensitive): + The following types are supported (case-insensitive where + applicable): . - g Network-wide bans ("G-Lines"). - k Server-local bans ("K-Lines"). - - l Link status (parent server and own link only). + - L Link status (servers and user links). + - l Link status (servers and own link). - m Command usage count. - u Server uptime. . can be a server name, the nickname of a client connected to a specific server, or a mask matching a server name in the network. The server of the current connection is used when is omitted. + . + To use "STATS L" the user must be an IRC Operator. References: - RFC 2812, 3.4.4 "Stats message" @@ -668,10 +672,13 @@ Administrative Commands - RFC 2812, 3.4.7 "Connect message" - DIE - DIE + DIE [] . Instructs the server to shut down. . + The optional (and non-standard) text is sent to each client + connected to this server before all connections are closed. + . To use this command, the user must be an IRC Operator. References: