X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Firssi%2Fdocs%2Fhelp%2Fin%2Finvite.in;fp=apps%2Firssi%2Fdocs%2Fhelp%2Fin%2Finvite.in;h=0000000000000000000000000000000000000000;hb=72c2de619079457f7a68100eb13385275a424a23;hp=21afbd1810ad53b59b39cea871f37aa417fd8a9a;hpb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;p=runtime.git diff --git a/apps/irssi/docs/help/in/invite.in b/apps/irssi/docs/help/in/invite.in deleted file mode 100644 index 21afbd18..00000000 --- a/apps/irssi/docs/help/in/invite.in +++ /dev/null @@ -1,35 +0,0 @@ - -@SYNTAX:invite@ - -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. - -In invite list it is possible to add nicknames, server name, username, -hostname or netmask (IP/MASK), and public keys. - -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 -