Merged from silc_1_0_branch.
[silc.git] / apps / irssi / docs / help / in / invite.in
1  
2 @SYNTAX:invite@
3
4 This command is used to invite an client to a channel and to manage
5 the channel's invite list.  Wildcards may be used with this command.
6
7 In invite list it is possible to add nicknames, server name, username,
8 hostname or netmask (IP/MASK), and public keys.
9
10 Examples:
11     /INVITE silc joe
12         Invites nickname `joe' to channel 'silc', and adds the client
13         to the channel's invite list.
14
15     /INVITE silc +joe!*@*
16         Adds nickname `joe' from anywhere to the invite list of the
17         channel 'silc'
18
19     /INVITE * +foo*@silcnet.org!*@*.foobar.com
20         Adds nicknames foo* from silcnet.org server from *.foobar.com
21         hosts to the invite list of the current channel.
22
23     /INVITE * +/path/to/public_key.pub
24         Adds the public key from file /path/to/public_key.pub to
25         invite list of the current channel.
26
27     /INVITE * -joe
28         Removes nickname `joe' from the invite list of the current
29         channel.
30
31     /INVITE silc
32         Prints the invite list of the channel 'silc'.
33
34 See also: CMODE
35