86d3fb19e92a7b609d36cbf44072ee7e6cd3fc95
[silc.git] / apps / irssi / docs / help / in / smsg.in
1
2 @SYNTAX:smsg@
3
4 Sends a signed private message to other user in the network.
5 The message will be digitally signed and the receiver may verify
6 the message by using your public key.
7
8 If -channel option is provided then this command actually
9 send channel message to the specified channel.  The message
10 IS NOT private message, it is normal channel message.  Also this
11 message will be signed and can be verified by using your public
12 key.
13
14 The default theme of Irssi SILC Client shows the digital signed
15 messages with [S] at start of the nickname who sent the message, when
16 the message was successfully verified, [?] if the message could not
17 be verified since the public key of the sender isn't cached locally,
18 or [F] if the signature verificationn failed.  If you do not have
19 the sender's public key you can fetch it with GETKEY command.
20
21 If you don't want to verify the signatures from received messages
22 you may do /SET ignore_message_signatures on.  In this case
23 signatures in messages are ignored and they appear as normal
24 non-signed messages.  By default, all message signatures are
25 verified.
26
27 Examples:
28
29 /SMSG Foobar Very authenticated message
30 /SMSG -channel silc Another signed message
31 /SMSG * I truly said this
32
33 See also: MSG QUERY GETKEY