This file is indexed.

/usr/share/irssi/help/load is in irssi 1.0.5-1ubuntu4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
%9Syntax:%9

LOAD %|<module> [<submodule>]

%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