diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-05-17 16:22:24 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-05-17 16:22:24 +0000 |
commit | 568fe02d8427af36e2e4b42e7c5d175d32a66ad8 (patch) | |
tree | 3e20c904fdcbfea7fee7d04f1d80afc2ef363fac /help | |
parent | 6ecf4393f5cfe29357603adbeda045bd5b3045ad (diff) |
- Update help files
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@3577 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'help')
-rw-r--r-- | help/challenge | 6 | ||||
-rw-r--r-- | help/die | 5 | ||||
-rw-r--r-- | help/join | 2 | ||||
-rw-r--r-- | help/kill | 4 | ||||
-rw-r--r-- | help/links | 8 | ||||
-rw-r--r-- | help/restart | 2 | ||||
-rw-r--r-- | help/stats | 10 |
7 files changed, 18 insertions, 19 deletions
diff --git a/help/challenge b/help/challenge index c88f970..9d44560 100644 --- a/help/challenge +++ b/help/challenge @@ -1,9 +1,9 @@ CHALLENGE <nick|+response> -CHALLENGE is used in the RSA controlled oper {} system. +CHALLENGE is used in the RSA controlled operator {} system. CHALLENGE requires you to issue the command using the -nickname in the operator block, while matching the username -and hostname specified. +nickname in the operator {} block, while matching the +username and hostname specified. The server will send you an RSA challenge. You must send a valid RSA response back to the server, proceeded with a '+' symbol. @@ -1,6 +1,5 @@ -DIE server.name :[reason] +DIE <server.name> -Terminates the IRC server with optional reason -[reason] +Terminates the IRC server. - Requires Oper Priv: die @@ -2,7 +2,7 @@ JOIN <#channel1[,#channel2,#channel3...]> [key] The JOIN command allows you to enter a public chat area known as a channel. You can join more than one channel at a time, -separating their names with comma's (','). +separating their names with commas (','). If the channel has a key set, the second argument must be given to enter. This allows channels to be password protected. @@ -1,7 +1,7 @@ -KILL <nick> <reason> +KILL <nick> [reason] Disconnects user <nick> from the IRC server he/she -is connected to with reason <reason>. +is connected to with reason [reason]. - Requires Oper Priv: kill - Requires Oper Priv: kill:remote for users not on your IRC server @@ -3,15 +3,15 @@ LINKS [mask] [remote] LINKS shows a list of all servers linked to the host server. With a mask parameter, LINKS will just show servers matching -that parameter. With the remote server parameter, LINKS will +that parameter. With the remote server parameter, LINKS will request the LINKS data from the remote server, matching the mask given. The information provided by the LINKS command can be helpful for determining the overall shape of the network in addition to -it's size. +its size. NOTE: the links command employs an intensive process to generate -it's output, so sparing use is recommended. +its output, so sparing use is recommended. -See also: connect squit +See also: connect map squit diff --git a/help/restart b/help/restart index 1d440f6..dbe32fd 100644 --- a/help/restart +++ b/help/restart @@ -1,4 +1,4 @@ -RESTART server.name :[reason] +RESTART <server.name> Restarts the IRC server. @@ -19,22 +19,22 @@ X h - Shows ircd callback statistics * H - Shows configured hub/leaf entries ^ i - Shows configured auth {} blocks ^ K - Shows K lines (or matched klines) -^ k - Shows temporary K lines (or matched temp klines) +^ k - Shows temporary K lines (or matched temporary klines) * L - Shows IP and generic info about [nick] * l - Shows hostname and generic info about [nick] m - Shows commands and their usage ^ o - Shows configured operator {} blocks -* P - Shows configured listen {} blocks +^ P - Shows configured listen {} blocks p - Shows opers connected and their idle times * q - Shows resv'd nicks and channels * r - Shows resource usage by ircd * s - Shows configured service {} blocks -* T - Shows configured Message Of The Day files +* T - Shows configured motd {} blocks * t - Shows generic server stats -* U - Shows shared blocks (Old U: lines) +* U - Shows shared {} blocks ^ u - Shows server uptime * v - Shows connected servers and their idle times -* x - Shows gecos bans (Old X: lines) +* x - Shows gecos bans * y - Shows configured class {} blocks * z - Shows memory stats * ? - Shows connected servers and sendq info about them |