Merged silc_1_0_branch to trunk.
[silc.git] / apps / irssi / docs / help / in / join.in
1
2 @SYNTAX:join@
3
4 Joins a specified channel.  Note that, in SILC the #-sign is NOT
5 mandatory part of the channel names, and names "#foo" and "foo" will
6 join to two different channels.
7
8 If -cipher is provided and the channel does not exist the cipher to
9 secure the channel messages on the channel will be set to <cipher>.  If
10 the -hmac is provided and the channel does not exist the hmac to
11 secure the channel messages on the channel will be set to <hmac>.
12
13 If -founder is provided, and the channel's mode includes founder mode
14 it is possible to gain channel founder privileges at the same time
15 joining the channel.  If the channel has user limit, active bans,
16 or is invite-only channel the founder can override these conditions
17 and join the channel.  Only the client who set the founder mode on the
18 channel is able to use -founder option.
19
20 If the channel has the +C (channel public key authentication,
21 see /HELP CMODE) mode set then the user joining the channel must
22 provide the -auth option to JOIN command.  This option will attempt to
23 authenticate the user on the channel.  If the user's public key has
24 not been added to the channel's public key list, user will not be
25 able to join.  User may optionally provide the <pubkeyfile>,
26 <privkeyfile> and <privkey passphrase> to authenticate with some other
27 key pair than with the user's default key pair.
28
29 JOIN is aliased to J by default.
30
31 Description
32
33 See also: LEAVE, WINDOW CLOSE, CMODE, CUMODE