2021-10-22 22:16:28 +02:00

37 lines
919 B
Plaintext

# 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">&lt;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)