updates
authorPekka Riikonen <priikone@silcnet.org>
Tue, 18 Nov 2003 23:45:23 +0000 (23:45 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Tue, 18 Nov 2003 23:45:23 +0000 (23:45 +0000)
apps/irssi/docs/help/in/cumode.in
apps/irssi/docs/help/in/kill.in
apps/irssi/docs/help/in/mmsg.in
apps/irssi/docs/help/in/msg.in
apps/irssi/docs/help/in/nick.in
apps/irssi/docs/help/in/ping.in
apps/irssi/docs/help/in/umode.in
apps/irssi/docs/help/in/whois.in

index 623c7e548aeaa1409f42fe173c44b34c8f099b36..18a0a10140fc10069c598628a15bc8a008d896ad 100644 (file)
@@ -1,9 +1,9 @@
 
 @SYNTAX:cumode@
 
-This command is used to manage the client's modes on the channel.
-Most of the modes require that the client which changes some
-client's mode must be channel founder or channel operator.  The
+This command is used to manage the users modes on the channel.
+Most of the modes require that the user which changes some
+other user's mode must be channel founder or channel operator.  The
 mode is added by adding + before the option(s) and removed by
 adding - before the option(s).  The following channel user modes
 are available:
index aa274c98bd7965be95bf303891422f7c2582ff99..3593aaf3c1b3e47eb981fd581a87c5e30d80adfb 100644 (file)
@@ -1,18 +1,27 @@
 
 @SYNTAX:kill@
 
-This command can be used for two purpose:  SILC operator may use it
-to remove a client from the network, or user may use it to remove
-its own client entries from the network.
-
-If you are not SILC operator you cannot use this command to remove
-anybody else except yourself from the network.  Only SILC operator
-is able to kill other clients from the network.  When killing your
-own client entry you must provide -pubkey argument to the command.
-For killing your own client from network you also must be connected
-to the same server as your own client entry (the client entry may
-be for example detached client entry).  When using this command as
-SILC operator -pubkey has no effect.
+This command can be used for two purpose:  SILC operator may use it to
+remove a client from the network, or user may use it to remove its own
+client entries from the network.  If you are not SILC operator you cannot
+use this command to remove anybody else except yourself from the network.
+Only SILC operator is able to kill other clients from the network.
+
+Killing own client entry from network:
+
+When killing your own client entry you must provide -pubkey option to the
+command. For killing your own client from network you also must be
+connected to the same server as your own client entry (the client entry
+may be for example detached client entry).  If you are not connected to
+the same server you won't be able to kill the client.  Also, if you have
+changed or lost your old public key pair you won't be able to kill the
+client.
+
+Killing as SILC Operator:
+
+Before killing you must elevate your privileges to SILC Operator by using
+the /SILCOPER command.  After that you can kill a client.  When using this
+command as SILC operator -pubkey option has no effect and can be omitted.
 
 Examples:
 
index 16f04d9e9463b0ba666fa08212dcb9d06b8bea64..5a945f407eccb01d5641d85d3a1f78d6bc6e4704 100644 (file)
@@ -8,15 +8,14 @@ message to the specified channel.  The message IS NOT private message, it
 is normal channel message.
 
 If the -sign optin is provided, the message will be additionally
-signed.
+digitally signed and the receiver may verify it with your public key.
 
-Messages that exceed roughly 64k have to be split up into smaller packets.
-This is done automatically.
+Messages that exceed roughly 64k will be fragmented automatically and
+sent as separate messages.  The reassembly of the fragments will be done
+automatically by the recipient.
 
-If no transfer-encoding is given it defaults to binary or 7bit for messages
-that have to be split up.
-
-If no content-type is given it is guessed using a MIME magic file.
+If no transfer-encoding is given it defaults to binary.  If no 
+content-type is given it is guessed using a MIME magic file.
 
 NOTE: You have to have enabled perl support at compile time, and you need to
 load the perl script silc-mime.pl for this to work!
index fb7c4fc7f625191628c52161687cbd83ccae1315..9db1d2cfa81bb10f2ba492e248faae71ad214b62 100644 (file)
@@ -1,7 +1,8 @@
 
 @SYNTAX:msg@
 
-Sends a private message to other user in the network.
+Sends a private message to other user in the network.  Only you
+and the receipient will be able to see the private message.
 
 It is possible to digitally sign your messages.  The receiver
 may then verify the message with your public key.  By default
@@ -9,13 +10,13 @@ messages are not signed.  If you want your private messages
 to be signed you SMSG command instead of this MSG command.
 
 If -channel option is provided then this command actually
-send channel message to the specified channel.  The message
+sends channel message to the specified channel.  The message
 IS NOT private message, it is normal channel message.  It is
 also possible to digitally sign channel messages by using
 SMSG command or by doing /set sign_channel_messages on, in
 which case _all_ channel messages will be signed.
 
-Example:
+Examples:
 
 /MSG Toni Hi, what's up?
 
index d657288da915bb49a0001b290f3d7b2e97566d8e..95decd803e32bbd41eee43e26ea57163c570319a 100644 (file)
@@ -3,4 +3,3 @@
 
 Changes your nickname.
 
-
index 806e1b9b71049b7aa2fbd8fcfcb1c60f569dcde9..1a16a8559bfd5a4ca77cfdb8837644adb38a4b53 100644 (file)
@@ -1,7 +1,6 @@
 
 @SYNTAX:ping@
 
-Sends PING to the connected server.
-
-
+Sends PING to the connected server.  It is not possible to ping any
+other server but the one you are directly connected with.
 
index 33c0bff2824b096ae4582895717d03d2066d03da..9ebe1ee07db2e39792213a625ec075258b0fbcd1 100644 (file)
@@ -1,11 +1,11 @@
 
 @SYNTAX:umode@
 
-This command is used to manage client's modes in the network.
-Note that some of the modes the client cannot set itself.
-The mode is added by adding + before the option(s) and removed
-by adding - before the option(s).  The following user
-modes are available:
+This command is used to manage user's own modes in the network.  Note that
+some of the modes the user cannot set itself, however any mode can be
+unset by the user.  The mode is added by adding + before the option(s) and
+removed by adding - before the option(s).  The following user modes are
+available:
 
     a        Unset all modes
     s        Unset server operator privileges
index ee168145ba9b12e5ee408ec7f955e340053aa127..57e38717ced01818d4c0da8e8ba8cbd2b9a12be3 100644 (file)
@@ -19,9 +19,6 @@ MAY return following information about the user:
   o User's geographical location
   o Information about the device user is using (computer, PDA, etc)
 
-If the -pubkey option is used WHOIS will only retrieve the clients
-with the corresponding public key.
-
 NOTE: It is also possible to receive other information. Note that
 all users do not want to send these informations or may send only
 some of the information. It also possible that none of these
@@ -30,6 +27,9 @@ responds to your request on the behalf of the user if the user
 does not want to respond to you.  In this case the returned
 information may be incomplete.
 
+If the -pubkey option is used WHOIS will only retrieve the clients
+with the corresponding public key.
+
 If you want to send your information in WHOIS you can set the
 information with ATTR command.  See HELP ATTR.