Merged silc_1_0_branch to trunk.
[silc.git] / apps / irssi / docs / help / in / msg.in
1
2 @SYNTAX:msg@
3
4 Sends a private message to other user in the network.  Only you
5 and the receipient will be able to see the private message.
6
7 It is possible to digitally sign your messages.  The receiver
8 may then verify the message with your public key.  By default
9 messages are not signed.  If you want your private messages 
10 to be signed you SMSG command instead of this MSG command.
11
12 If -channel option is provided then this command actually
13 sends channel message to the specified channel.  The message
14 IS NOT private message, it is normal channel message.  It is
15 also possible to digitally sign channel messages by using
16 SMSG command or by doing /set sign_channel_messages on, in
17 which case _all_ channel messages will be signed.
18
19 Examples:
20
21 /MSG Toni Hi, what's up?
22
23 See also: QUERY SMSG