X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=apps%2Firssi%2Fdocs%2Fhelp%2Fin%2Finvite.in;h=21afbd1810ad53b59b39cea871f37aa417fd8a9a;hp=1e7f69b11fdeddb6eef07b41ba13a112b485d532;hb=382d15d447b7a95390decfa783836ae4fe255b3d;hpb=23c5df1c8b0bfe539d3fa65802186e6e09e044aa diff --git a/apps/irssi/docs/help/in/invite.in b/apps/irssi/docs/help/in/invite.in index 1e7f69b1..21afbd18 100644 --- a/apps/irssi/docs/help/in/invite.in +++ b/apps/irssi/docs/help/in/invite.in @@ -1,10 +1,35 @@ @SYNTAX:invite@ -Invites the specified nick to the current or specified channel. +This command is used to invite an client to a channel and to manage +the channel's invite list. Wildcards may be used with this command. -Example: - /INVITE buddy #mychannel +In invite list it is possible to add nicknames, server name, username, +hostname or netmask (IP/MASK), and public keys. -See also: MODE +Examples: + /INVITE silc joe + Invites nickname `joe' to channel 'silc', and adds the client + to the channel's invite list. + + /INVITE silc +joe!*@* + Adds nickname `joe' from anywhere to the invite list of the + channel 'silc' + + /INVITE * +foo*@silcnet.org!*@*.foobar.com + Adds nicknames foo* from silcnet.org server from *.foobar.com + hosts to the invite list of the current channel. + + /INVITE * +/path/to/public_key.pub + Adds the public key from file /path/to/public_key.pub to + invite list of the current channel. + + /INVITE * -joe + Removes nickname `joe' from the invite list of the current + channel. + + /INVITE silc + Prints the invite list of the channel 'silc'. + +See also: CMODE