updates.
[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 Examples:
8     /INVITE silc joe
9         Invites nickname `joe' to channel 'silc'.
10
11     /INVITE silc +joe!*@*
12         Adds nickname `joe' from anywhere to the invite list of the
13         channel 'silc'
14
15     /INVITE * +foo*@silcnet.org!*@*.foobar.com
16         Adds nicknames foo* from silcnet.org server from *.foobar.com
17         hosts to the invite list of the current channel.
18
19     /INVITE * -joe
20         Removes nickname `joe' from the invite list of the current
21         channel.
22
23     /INVITE silc
24         Prints the invite list of the channel 'silc'.
25
26 See also: CMODE
27