From 0e4b43608a0da37ba2cfa1ff90ea4a37d4916d9c Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 20 Jul 2014 09:59:05 +0000 Subject: - 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 --- help/info | 2 +- help/links | 2 +- help/lusers | 2 +- help/motd | 2 +- help/part | 4 +++- help/quit | 6 +++--- help/time | 2 +- help/undline | 11 +++++++++-- help/unkline | 4 ++-- help/version | 2 +- 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 +UNDLINE -Will attempt to undline the given +Will attempt to undline the given +If the dline is conf based, the dline will not be removed. + +UNDLINE ON irc.server + +Will undline the given 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 Will attempt to unkline the given -Will unkline a temporary kline. If the kline is conf based, the kline will not be removed. UNKLINE 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. -- cgit