forked from PsychoticNinja/ailin-nemui-irssi
40 lines
1.0 KiB
Plaintext
40 lines
1.0 KiB
Plaintext
:::{note} You are reading the help for the development version. **The current release version is Neırssi 1.3.**
|
||
:::
|
||
|
||
# upgrade
|
||
|
||
<!-- comment
|
||
|
||
Please submit changes to
|
||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/upgrade.in
|
||
- https://github.com/ailin-nemui/irssi/blob/master/src/core/session.c
|
||
|
||
|
||
endcomment -->
|
||
|
||
|
||
## Syntax ##
|
||
|
||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:7ch"><code><span class="synB">UPGRADE</span> <span class="syn10">[<span class="syn09"><irssi binary path></span>]</span></code></pre></div>
|
||
|
||
|
||
|
||
## Parameters ##
|
||
|
||
The location of the new binary; if no arguments are given, the current
|
||
binary file will be used.
|
||
|
||
## Description ##
|
||
|
||
Upgrades to a new version without disconnecting from non-SSL servers; please
|
||
bear in mind that it does not download or compile a new version.
|
||
|
||
## Examples ##
|
||
|
||
/UPGRADE
|
||
/UPGRADE /home/mike/irssi-dev/bin/irssi
|
||
|
||
## See also ##
|
||
[CONNECT](/documentation/help/connect), [DISCONNECT](/documentation/help/disconnect), [HELP](/documentation/help/help)
|
||
|