forked from PsychoticNinja/ailin-nemui-irssi
47 lines
1.3 KiB
Plaintext
47 lines
1.3 KiB
Plaintext
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||
:::
|
||
|
||
# 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 -freenode #github,#freenode,#irssi
|
||
|
||
## See also ##
|
||
[KICK](/documentation/help/1.0/kick), [PART](/documentation/help/1.0/part)
|
||
|