forked from PsychoticNinja/ailin-nemui-irssi
36 lines
809 B
Plaintext
36 lines
809 B
Plaintext
# invite
|
|
|
|
<!-- comment
|
|
|
|
Please submit changes to
|
|
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/invite.in
|
|
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
|
|
|
|
|
endcomment -->
|
|
|
|
|
|
## Syntax ##
|
|
|
|
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:6ch"><code><span class="synB">INVITE</span> <span class="synB05"><nick></span> <span class="syn10">[<span class="syn09"><channel></span>]</span></code></pre></div>
|
|
|
|
|
|
|
|
## Parameters ##
|
|
|
|
The nickname to invite and the channel to invite him or her to; if no
|
|
channel is given, the active channel will be used.
|
|
|
|
## Description ##
|
|
|
|
Invites the specified nick to a channel.
|
|
|
|
## Examples ##
|
|
|
|
/INVITE mike
|
|
/INVITE bob #irssi
|
|
|
|
## See also ##
|
|
[MODE](/documentation/help/mode), [WHOIS](/documentation/help/whois)
|
|
|