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