forked from PsychoticNinja/ailin-nemui-irssi
40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
:::{note} You are reading the help for the development version. **The current release version is Neırssi 1.3.**
|
||
:::
|
||
|
||
# reconnect
|
||
|
||
<!-- comment
|
||
|
||
Please submit changes to
|
||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/reconnect.in
|
||
- https://github.com/ailin-nemui/irssi/blob/master/src/core/servers-reconnect.c
|
||
|
||
|
||
endcomment -->
|
||
|
||
|
||
## Syntax ##
|
||
|
||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:9ch"><code><span class="synB">RECONNECT</span> <span class="synB05"><tag></span> <span class="syn10">[<span class="syn09"><quit message></span>]</span></code></pre></div>
|
||
|
||
|
||
|
||
## Parameters ##
|
||
|
||
The network tag and message to advertise; if no arguments are given, the
|
||
active server and default message will be used.
|
||
|
||
## Description ##
|
||
|
||
Disconnect and reconnect from a network.
|
||
|
||
## Examples ##
|
||
|
||
/RECONNECT
|
||
/RECONNECT liberachat
|
||
/RECONNECT EFnet BRB :)
|
||
|
||
## See also ##
|
||
[CONNECT](/documentation/help/connect), [DISCONNECT](/documentation/help/disconnect), [NETWORK](/documentation/help/network), [RMRECONNS](/documentation/help/rmreconns), [SERVER](/documentation/help/server)
|
||
|