forked from PsychoticNinja/ailin-nemui-irssi
39 lines
926 B
Plaintext
39 lines
926 B
Plaintext
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||
:::
|
||
|
||
# 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/1.0/mode), [WHOIS](/documentation/help/1.0/whois)
|
||
|