Merged from silc_1_0_branch.
[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.
5
6 It is possible to digitally sign your messages.  The receiver
7 may then verify the message with your public key.  By default
8 messages are not signed.  If you want your private messages 
9 to be signed you SMSG command instead of this MSG command.
10
11 If -channel option is provided then this command actually
12 send channel message to the specified channel.  The message
13 IS NOT private message, it is normal channel message.  It is
14 also possible to digitally sign channel messages by using
15 SMSG command or by doing /set sign_channel_messages on, in
16 which case _all_ channel messages will be signed.
17
18 Example:
19
20 /MSG Toni Hi, what's up?
21
22 See also: QUERY SMSG