summaryrefslogtreecommitdiff
path: root/docs/help/in/load.in
blob: 56f783606b099c7ef860cd3495aa17d9350f2432 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

%9Syntax:%9

@SYNTAX:load@

%9Parameters:%9

    The name of the module and submodule to load.

%9Description:%9

    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.

%9Examples:%9

    /LOAD fish
    /LOAD ~/irssi-fish/libfish.so

%9See also:%9 SCRIPT, UNLOAD