updates.
[silc.git] / apps / irssi / docs / help / in / invite.in
1  
2 @SYNTAX:invite@
3
4 Formats: <channel> [<nickname>[@server>]
5          <channel> [+|-[<nickname>[@<server>[!<username>[@hostname>]]]]]
6
7 This command is used to invite an client to a channel and to manage
8 the channel's invite list.  Wildcards may be used with this command.
9
10 Examples:
11     /INVITE #silc joe
12         Invites nickname `joe' to channel #silc.
13
14     /INVITE #silc +joe!*@*
15         Adds nickname `joe' from anywhere to the invite list of the
16         channel #silc
17
18     /INVITE * +foo*@silcnet.org!*@*.foobar.com
19         Adds nicknames foo* from silcnet.org server from *.foobar.com
20         hosts to the invite list of the current channel.
21
22     /INVITE * -joe
23         Removes nickname `joe' from the invite list of the current channel.
24
25 See also: CMODE
26