Fixed the INVITE command to send the invite list in command reply.
[silc.git] / apps / irssi / docs / help / in / invite.in
index b05fc42d9ef4612ca5662accaff65706333b577f..7d11e262b80efa6e466c39d1a7901f4b0b01e71e 100644 (file)
@@ -5,12 +5,13 @@ 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.
 
 Examples:
-    /INVITE #silc joe
-        Invites nickname `joe' to channel #silc.
+    /INVITE silc joe
+        Invites nickname `joe' to channel 'silc', and adds the client
+       to the channel's invite list.
 
-    /INVITE #silc +joe!*@*
+    /INVITE silc +joe!*@*
         Adds nickname `joe' from anywhere to the invite list of the
-        channel #silc
+        channel 'silc'
 
     /INVITE * +foo*@silcnet.org!*@*.foobar.com
         Adds nicknames foo* from silcnet.org server from *.foobar.com
@@ -20,5 +21,8 @@ Examples:
         Removes nickname `joe' from the invite list of the current
         channel.
 
+    /INVITE silc
+       Prints the invite list of the channel 'silc'.
+
 See also: CMODE