forked from PsychoticNinja/ailin-nemui-irssi
34 lines
702 B
Plaintext
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"><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)
|
|
|