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

40 lines
1.0 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.

:::{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">&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)