updates.
[silc.git] / apps / irssi / docs / help / in / invite.in
index 1e7f69b11fdeddb6eef07b41ba13a112b485d532..b05fc42d9ef4612ca5662accaff65706333b577f 100644 (file)
@@ -1,10 +1,24 @@
  
 @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
+Examples:
+    /INVITE #silc joe
+        Invites nickname `joe' to channel #silc.
 
-See also: MODE
+    /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 * -joe
+        Removes nickname `joe' from the invite list of the current
+        channel.
+
+See also: CMODE