forked from PsychoticNinja/ailin-nemui-irssi
37 lines
820 B
Plaintext
37 lines
820 B
Plaintext
:::{note} You are reading the help for the development version. **The current release version is Neırssi 1.3.**
|
||
:::
|
||
|
||
# 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"><module></span> <span class="syn10">[<span class="syn09"><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)
|
||
|