forked from PsychoticNinja/ailin-nemui-irssi
44 lines
1.2 KiB
Plaintext
44 lines
1.2 KiB
Plaintext
# join
|
|
|
|
<!-- comment
|
|
|
|
Please submit changes to
|
|
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/join.in
|
|
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-common/core/fe-channels.c
|
|
|
|
|
|
endcomment -->
|
|
|
|
|
|
## Syntax ##
|
|
|
|
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:4ch"><code><span class="synB">JOIN</span> <span class="syn10">[<span class="syn">-window</span>]</span> <span class="syn10">[<span class="syn">-invite</span>]</span> <span class="syn10">[<span class="syn">-</span><span class="syn09"><server tag></span>]</span> <span class="synB05"><channels></span> <span class="syn10">[<span class="syn09"><keys></span>]</span></code></pre></div>
|
|
|
|
|
|
|
|
## Parameters ##
|
|
|
|
|
|
| | |
|
|
| --- | --- |
|
|
| `-window` | Joins a channel in the active window. |
|
|
| `-invite` | Joins the channel you were last invited to. |
|
|
| `-<server tag>` | The server tag on which you want to join the channel. |
|
|
|
|
The channel names, separated by a comma, to join and the channel key.
|
|
|
|
## Description ##
|
|
|
|
Joins the given channels.
|
|
|
|
## Examples ##
|
|
|
|
/JOIN #irssi
|
|
/JOIN #basementcat secret_lair
|
|
/JOIN -invite
|
|
/JOIN -liberachat #github,#libera,#irssi
|
|
|
|
## See also ##
|
|
[KICK](/documentation/help/kick), [PART](/documentation/help/part)
|
|
|