summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-07-20 09:59:05 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-07-20 09:59:05 +0000
commit0e4b43608a0da37ba2cfa1ff90ea4a37d4916d9c (patch)
treeba1ce231106334dc4a03191dcafcab74c14a0a3b
parentb131e394c4b66c871f2e73f14d5de6294edd2601 (diff)
- Update several help files
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@4291 82007160-df01-0410-b94d-b575c5fd34c7
-rw-r--r--help/info2
-rw-r--r--help/links2
-rw-r--r--help/lusers2
-rw-r--r--help/motd2
-rw-r--r--help/part4
-rw-r--r--help/quit6
-rw-r--r--help/time2
-rw-r--r--help/undline11
-rw-r--r--help/unkline4
-rw-r--r--help/version2
10 files changed, 23 insertions, 14 deletions
diff --git a/help/info b/help/info
index c304c26..ce02673 100644
--- a/help/info
+++ b/help/info
@@ -1,4 +1,4 @@
-INFO
+INFO [servername/nickname]
INFO displays the copyright, list of authors and contributors
to ircd, and the server configuration (as defined in setup.h,
diff --git a/help/links b/help/links
index 40303d5..803f885 100644
--- a/help/links
+++ b/help/links
@@ -1,4 +1,4 @@
-LINKS [mask] [remote]
+LINKS [mask] [servername/nickname]
LINKS shows a list of all servers linked to the host server.
diff --git a/help/lusers b/help/lusers
index 663e5a5..b3672fa 100644
--- a/help/lusers
+++ b/help/lusers
@@ -1,4 +1,4 @@
-LUSERS [mask] [remoteserver]
+LUSERS [mask] [servername/nickname]
LUSERS will display client count statistics
for the specified mask, or all users if a
diff --git a/help/motd b/help/motd
index 421e06e..a494598 100644
--- a/help/motd
+++ b/help/motd
@@ -1,4 +1,4 @@
-MOTD [servername]
+MOTD [servername/nickname]
MOTD will display the message of the day for the
server name specified, or the local server if there
diff --git a/help/part b/help/part
index 9cf8f14..4e7c99f 100644
--- a/help/part
+++ b/help/part
@@ -1,7 +1,9 @@
-PART <#channel> :[part message]
+PART <#channel1[,#channel2,#channel3...]> :[part message]
PART requires at least a channel argument to be given. It will
exit the client from the specified channel.
+You can part more than one channel at a time,
+separating their names with commas (',').
An optional part message may be given to be displayed to the
channel.
diff --git a/help/quit b/help/quit
index b6d0735..1f1aa7c 100644
--- a/help/quit
+++ b/help/quit
@@ -1,5 +1,5 @@
QUIT :[quit message]
-QUIT sends a message to the IRC server letting it know you would
-like to disconnect. The quit message will be displayed to the
-users in the channels you were in when you are disconnected.
+QUIT sends a message to the IRC server letting it know you would
+like to disconnect. The quit message will be displayed to the
+users in the channels you were in when you are disconnected.
diff --git a/help/time b/help/time
index 40d79a1..a11b5d1 100644
--- a/help/time
+++ b/help/time
@@ -1,4 +1,4 @@
-TIME [server]
+TIME [servername/nickname]
The TIME command will return the server's local date and time.
diff --git a/help/undline b/help/undline
index 436363b..3672733 100644
--- a/help/undline
+++ b/help/undline
@@ -1,5 +1,12 @@
-UNDLINE <ip>
+UNDLINE <IP address>
-Will attempt to undline the given <ip>
+Will attempt to undline the given <IP address>
+If the dline is conf based, the dline will not be removed.
+
+UNDLINE <IP address> ON irc.server
+
+Will undline the given <IP address> on irc.server if irc.server accepts
+remote undlines. If the dline is conf based, the dline will
+not be removed.
- Requires Oper Priv: undline
diff --git a/help/unkline b/help/unkline
index 411e7b7..7fdc4f7 100644
--- a/help/unkline
+++ b/help/unkline
@@ -1,11 +1,11 @@
UNKLINE <user@host>
Will attempt to unkline the given <user@host>
-Will unkline a temporary kline.
If the kline is conf based, the kline will not be removed.
UNKLINE <user@host> ON irc.server
-will unkline the user on irc.server if irc.server accepts
+
+Will unkline the user on irc.server if irc.server accepts
remote unklines. If the kline is conf based, the kline will
not be removed.
diff --git a/help/version b/help/version
index af6f385..cfd6120 100644
--- a/help/version
+++ b/help/version
@@ -1,4 +1,4 @@
-VERSION [servername]
+VERSION [servername/nickname]
VERSION will display the server version of the specified
server, or the local server if there was no parameter.