From 568fe02d8427af36e2e4b42e7c5d175d32a66ad8 Mon Sep 17 00:00:00 2001 From: michael Date: Sat, 17 May 2014 16:22:24 +0000 Subject: - Update help files git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@3577 82007160-df01-0410-b94d-b575c5fd34c7 --- help/challenge | 6 +++--- help/die | 5 ++--- help/join | 2 +- help/kill | 4 ++-- help/links | 8 ++++---- help/restart | 2 +- 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 -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. diff --git a/help/die b/help/die index 0673d40..b18422b 100644 --- a/help/die +++ b/help/die @@ -1,6 +1,5 @@ -DIE server.name :[reason] +DIE -Terminates the IRC server with optional reason -[reason] +Terminates the IRC server. - Requires Oper Priv: die diff --git a/help/join b/help/join index 24c5375..f3ab840 100644 --- a/help/join +++ b/help/join @@ -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. diff --git a/help/kill b/help/kill index 2de52e7..83ffbca 100644 --- a/help/kill +++ b/help/kill @@ -1,7 +1,7 @@ -KILL +KILL [reason] Disconnects user from the IRC server he/she -is connected to with reason . +is connected to with reason [reason]. - Requires Oper Priv: kill - Requires Oper Priv: kill:remote for users not on your IRC server diff --git a/help/links b/help/links index ce4b417..40303d5 100644 --- a/help/links +++ b/help/links @@ -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 Restarts the IRC server. diff --git a/help/stats b/help/stats index 150d45c..10b9200 100644 --- a/help/stats +++ b/help/stats @@ -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 -- cgit