forked from PsychoticNinja/ailin-nemui-irssi
41 lines
1005 B
Plaintext
41 lines
1005 B
Plaintext
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||
:::
|
||
|
||
# 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="synB05"><module></span> <span class="syn10">[<span class="syn09"><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/1.0/script), [UNLOAD](/documentation/help/1.0/unload)
|
||
|