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

34 lines
702 B
Plaintext

# unload
<!-- comment
Please submit changes to
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/unload.in
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-common/core/fe-modules.c
endcomment -->
## Syntax ##
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:6ch"><code><span class="synB">UNLOAD</span> <span class="synB05">&lt;module></span> <span class="syn10">[<span class="syn09">&lt;submodule></span>]</span></code></pre></div>
## Parameters ##
The name of the module to unload.
## Description ##
Removes a module from the memory.
## Examples ##
/UNLOAD fish
## See also ##
[LOAD](/documentation/help/load), [SCRIPT](/documentation/help/script)