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=c43b50e38d5a5fea58b2c9d4458f58efdb73afa7;hb=40bea95c0896433fe07c7d4fe210200e50bddace;hpb=61a6691b364fbb58b49de62ad191855d7a1f06f4 diff --git a/doc/Commands.txt b/doc/Commands.txt index c43b50e3..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 @@ -145,7 +145,7 @@ Connection Handling Commands Please note: The RFCs state that the parameter is used to specify the - origin of the PING command when forwared in the network, but this + origin of the PING command when forwarded in the network, but this is not the case: the sender is specified using the prefix as usual, and the parameter is used to identify the PONG reply in practice. @@ -256,7 +256,7 @@ General Commands modes are returned. Otherwise the modes are adjusted accordingly and the changes will be reported back to the client. . - All user and chnnel "modes" are indicated by single case-sensitive + All user and channel "modes" are indicated by single case-sensitive characters. . Please note that a user can only get and set his own modes, and not @@ -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" @@ -615,7 +619,7 @@ Channel Commands - LIST LIST [[,[,...]] []] . - List all visible (comma-seperated list). + List all visible (comma-separated list). . If is given, the command will be forwarded to for evaluation. @@ -635,7 +639,7 @@ Channel Commands - TOPIC TOPIC [] . - Cchange or view the topic of a channel. + Change or view the topic of a channel. . The topic for channel is returned if there is no given. If the parameter is present, the topic for that @@ -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: @@ -694,7 +701,7 @@ Administrative Commands This command provides timed G-Lines (network-wide bans). . If a client matches a G-Line, it cannot connect to any server on - the IRC network for seconds. When is 0, it make + the IRC network for seconds. When is 0, it make the G-Line permanent. . If no and no is given, the G-Line is removed. @@ -727,7 +734,7 @@ Administrative Commands This command provides timed K-Lines (server-local bans). . If a client matches a K-Line, it cannot connect to this server for - seconds. When is 0, it makes the K-Line permanent. + seconds. When is 0, it makes the K-Line permanent. . If no and no is given, the K-Line is removed. . @@ -904,7 +911,7 @@ Server Protocol Commands - NJOIN NJOIN [][,[][,...]] . - The NJOIN command is used on setver-links to add users with + The NJOIN command is used on server-links to add users with and to a while peering. . The NJOIN command is allowed on server-links only.