X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=apps%2Firssi%2Fdocs%2Fhelp%2Fin%2Fmsg.in;h=fb7c4fc7f625191628c52161687cbd83ccae1315;hp=f58ba41a2da7917da76ee15a77cce9f946bdae8c;hb=382d15d447b7a95390decfa783836ae4fe255b3d;hpb=23c5df1c8b0bfe539d3fa65802186e6e09e044aa diff --git a/apps/irssi/docs/help/in/msg.in b/apps/irssi/docs/help/in/msg.in index f58ba41a..fb7c4fc7 100644 --- a/apps/irssi/docs/help/in/msg.in +++ b/apps/irssi/docs/help/in/msg.in @@ -1,15 +1,22 @@ @SYNTAX:msg@ -Sends a message to a nick or a channel. Usually this -is used for sending private messages to other persons. +Sends a private message to other user in the network. -Examples: +It is possible to digitally sign your messages. The receiver +may then verify the message with your public key. By default +messages are not signed. If you want your private messages +to be signed you SMSG command instead of this MSG command. -/MSG friend Hi, what's up? +If -channel option is provided then this command actually +send 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. -/MSG #irssi Hello, is the new gtk-version out already? -(This format is rarely needed.) +Example: -See also: CTCP +/MSG Toni Hi, what's up? +See also: QUERY SMSG