2022-04-25 19:34:35 +02:00

47 lines
1.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

:::{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">&lt;server tag></span>]</span> <span class="synB05">&lt;channels></span> <span class="syn10">[<span class="syn09">&lt;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)