2022-02-20 15:43:14 +01:00

38 lines
950 B
Plaintext

# load
<!-- comment
Please submit changes to
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/load.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:4ch"><code><span class="synB">LOAD</span> <span class="syn10">[<span class="syn">-silent</span>]</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 and submodule to load.
## Description ##
Loads a plugin; if the full path isn't given, it will attempt to load from
common directories in your installation path.
To load a perl script, you must use the SCRIPT command.
## Examples ##
/LOAD fish
/LOAD ~/irssi-fish/libfish.so
## See also ##
[SCRIPT](/documentation/help/script), [UNLOAD](/documentation/help/unload)