Difference between revisions of "Invite"
From Scriptwiki
(added to category the right way) |
m (changed see also, and added on invite event there) |
||
Line 17: | Line 17: | ||
== See also == | == See also == | ||
− | + | * The [[:Category:Raw_invite|category for raw invite]] has more information about the results if no parameters are given, and recieving an invite in general | |
− | The [[:Category:Raw_invite|category for raw invite]] has more information about the results if no parameters are given, and recieving an invite in general | + | * [[On invite|On invite event]] |
− | |||
[[Category:Basic IRC commands]] | [[Category:Basic IRC commands]] |
Latest revision as of 07:56, 2 July 2007
Invite a user to join a channel.
/invite [<nick> <channel>]
- <channel> represents the channel you want <nick> to join. Note that you have to be opped in that channel.
- If not given any parameters the server will tell you your current list of available invites.
Examples
Invite a user named Dana to join #help.script
/invite Dana #help.script
Display current list of pending invites (Invites given for you to use).
/invite
See also
- The category for raw invite has more information about the results if no parameters are given, and recieving an invite in general
- On invite event