load

Syntax

LOAD <module> [<submodule>]

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, UNLOAD