diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-07-20 09:59:05 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-07-20 09:59:05 +0000 |
commit | 0e4b43608a0da37ba2cfa1ff90ea4a37d4916d9c (patch) | |
tree | ba1ce231106334dc4a03191dcafcab74c14a0a3b /help | |
parent | b131e394c4b66c871f2e73f14d5de6294edd2601 (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
Diffstat (limited to 'help')
-rw-r--r-- | help/info | 2 | ||||
-rw-r--r-- | help/links | 2 | ||||
-rw-r--r-- | help/lusers | 2 | ||||
-rw-r--r-- | help/motd | 2 | ||||
-rw-r--r-- | help/part | 4 | ||||
-rw-r--r-- | help/quit | 6 | ||||
-rw-r--r-- | help/time | 2 | ||||
-rw-r--r-- | help/undline | 11 | ||||
-rw-r--r-- | help/unkline | 4 | ||||
-rw-r--r-- | help/version | 2 |
10 files changed, 23 insertions, 14 deletions
@@ -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, @@ -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 @@ -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 @@ -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. @@ -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. @@ -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. |